Html Css Color HEX #D0487E Cranberry

📋 copy color: '#D0487E'

red 208 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #D0487E

Tints of Cranberry #D0487E

RGB

 RED value IS 208 (81.64% from 255) = 51.23%

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

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

R = 51.23%
G = 17.73%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0487E (or 0xD0487E) is known color: Cranberry. HEX triplet: D0, 48 and 7E. RGB value is (208,72,126). Sum of RGB (Red+Green+Blue) = 208+72+126=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0487E is #2FB781. Grayscale: #767676. Windows color (decimal): -3127170 or 8276176. OLE color: 8276176.

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

Color convert

RGB 208 72 126 -
CMYK 0 0.65 0.39 0.18
HSL 336.18º 0.59% 0.55% -
HSV(B) 336.18º 0.65% 0.82% -
XYZ 32.1 19.55 21.82 -
YUV 118.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 208 72 126 0 0.65 0.39 0.18 336.18 0.59 0.55
Hex D0 48 7E 0 41 27 12 150 3B 37
Octal 320 110 176 0 101 47 22 520 73 67
Binary 11010000 1001000 1111110 0 1000001 100111 10010 101010000 111011 110111

Color Harmonies of #D0487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0487E

Black with #D0487E

Text Example


Text Example

White with #D0487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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