#D25184

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

Shades of Cranberry #D25184

Tints of Cranberry #D25184

Color information

#D25184 (or 0xD25184) is unknown color: approx Cranberry. HEX triplet: D2, 51 and 84. RGB value is (210,81,132). Sum of RGB (Red+Green+Blue) = 210+81+132=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D25184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25184 is #2DAE7B. Grayscale: #7D7D7D. Windows color (decimal): -2993788 or 8671698. OLE color: 8671698.

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

Color convert

RGB21081132-
CMYK00.610.370.18
HSL336.28º58.9%57.06%-
HSV(B)336.28º61.43%82.35%-
XYZ33.6921.2524.16-
YUV125.38131.74188.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=49.65%
G=19.15%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108113200.610.370.18336.2858.957.06
HexD2518403D25121503b39
Octal32212120407545225207371
Binary11010010101000110000100011110110010110010101010000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25184; }

 p { color: rgb(210,81,132); }

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

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

 a { background-color: rgb(210,81,132); }

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

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

 span { border-color: rgb(210,81,132); }

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