Html Css Color HEX #D0487D Cranberry

📋 copy color: '#D0487D'

red 208 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #D0487D

Tints of Cranberry #D0487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 51.36%
G = 17.78%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0487D (or 0xD0487D) is known color: Cranberry. HEX triplet: D0, 48 and 7D. RGB value is (208,72,125). Sum of RGB (Red+Green+Blue) = 208+72+125=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0487D is #2FB782. Grayscale: #767676. Windows color (decimal): -3127171 or 8210640. OLE color: 8210640.

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

Color convert

RGB 208 72 125 -
CMYK 0 0.65 0.40 0.18
HSL 336.62º 0.59% 0.55% -
HSV(B) 336.62º 0.65% 0.82% -
XYZ 32.03 19.53 21.48 -
YUV 118.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 208 72 125 0 0.65 0.40 0.18 336.62 0.59 0.55
Hex D0 48 7D 0 41 28 12 151 3B 37
Octal 320 110 175 0 101 50 22 521 73 67
Binary 11010000 1001000 1111101 0 1000001 101000 10010 101010001 111011 110111

Color Harmonies of #D0487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0487D

Black with #D0487D

Text Example


Text Example

White with #D0487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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