#D25380

Color #D25380 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D25380

Tints of Cranberry #D25380

Color information

#D25380 (or 0xD25380) is unknown color: approx Cranberry. HEX triplet: D2, 53 and 80. RGB value is (210,83,128). Sum of RGB (Red+Green+Blue) = 210+83+128=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D25380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25380 is #2DAC7F. Grayscale: #7E7E7E. Windows color (decimal): -2993280 or 8410066. OLE color: 8410066.

HSL color Cylindrical-coordinate representation of color #D25380: hue angle of 338.74º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25380 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB21083128-
CMYK00.600.390.18
HSL338.74º58.53%57.45%-
HSV(B)338.74º60.48%82.35%-
XYZ33.5721.4522.79-
YUV126.1129.08187.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=49.88%
G=19.71%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108312800.600.390.18338.7458.5357.45
HexD2538003C27121533b39
Octal32212320007447225237371
Binary11010010101001110000000011110010011110010101010011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25380; }

 p { color: rgb(210,83,128); }

 H1.HeaderClassName
 {
   color: #D25380;
 }
 .AnyTagClassName
 {
   color: #D25380;
 }
</style>
background-color css

<style>
 a { background-color: #D25380; }

 a { background-color: rgb(210,83,128); }

 div.DivClassName
 {
   background-color: #D25380;
 }
 .BgClassName
 {
   background-color: #D25380;
 }
</style>
border-color css

<style>
 span { border-color: #D25380; }

 span { border-color: rgb(210,83,128); }

 td.TdClassName
 {
   border-color: #D25380;
 }
 .TagClassName
 {
   border-color: #D25380;
 }
</style>