Html Css Color HEX #D0487B Cranberry

📋 copy color: '#D0487B'

red 208 ◦ green 72 ◦ blue 123

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

Shades of Cranberry #D0487B

Tints of Cranberry #D0487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 51.61%
G = 17.87%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0487B (or 0xD0487B) is known color: Cranberry. HEX triplet: D0, 48 and 7B. RGB value is (208,72,123). Sum of RGB (Red+Green+Blue) = 208+72+123=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0487B is #2FB784. Grayscale: #767676. Windows color (decimal): -3127173 or 8079568. OLE color: 8079568.

HSL color Cylindrical-coordinate representation of color #D0487B: hue angle of 337.5º 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 #D0487B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 123 -
CMYK 0 0.65 0.41 0.18
HSL 337.5º 0.59% 0.55% -
HSV(B) 337.5º 0.65% 0.82% -
XYZ 31.9 19.47 20.82 -
YUV 118.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 208 72 123 0 0.65 0.41 0.18 337.5 0.59 0.55
Hex D0 48 7B 0 41 29 12 152 3B 37
Octal 320 110 173 0 101 51 22 522 73 67
Binary 11010000 1001000 1111011 0 1000001 101001 10010 101010010 111011 110111

Color Harmonies of #D0487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0487B

Black with #D0487B

Text Example


Text Example

White with #D0487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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