Html Css Color HEX #D2487E Cranberry

📋 copy color: '#D2487E'

red 210 ◦ green 72 ◦ blue 126

#D2487E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D2487E

Tints of Cranberry #D2487E

RGB

 RED value IS 210 (82.42% from 255) = 51.47%

 GREEN value IS 72 (28.52% from 255) = 17.65%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 51.47%
G = 17.65%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2487E (or 0xD2487E) is known color: Cranberry. HEX triplet: D2, 48 and 7E. RGB value is (210,72,126). Sum of RGB (Red+Green+Blue) = 210+72+126=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2487E is #2DB781. Grayscale: #777777. Windows color (decimal): -2996098 or 8276178. OLE color: 8276178.

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

Color convert

RGB 210 72 126 -
CMYK 0 0.66 0.4 0.18
HSL 336.52º 0.61% 0.55% -
HSV(B) 336.52º 0.66% 0.82% -
XYZ 32.66 19.84 21.85 -
YUV 119.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 210 72 126 0 0.66 0.4 0.18 336.52 0.61 0.55
Hex D2 48 7E 0 42 28 12 151 3D 37
Octal 322 110 176 0 102 50 22 521 75 67
Binary 11010010 1001000 1111110 0 1000010 101000 10010 101010001 111101 110111

Color Harmonies of #D2487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2487E

Black with #D2487E

Text Example


Text Example

White with #D2487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2487E; }

 p { color: rgb(210,72,126); }

 H1.HeaderClassName
 {
   color: #D2487E;
 }
 .AnyTagClassName
 {
   color: #D2487E;
 }
</style>

background-color css

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

 a { background-color: rgb(210,72,126); }

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

border-color css

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

 span { border-color: rgb(210,72,126); }

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