Html Css Color HEX #D0497D Cranberry

📋 copy color: '#D0497D'

red 208 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #D0497D

Tints of Cranberry #D0497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

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

R = 51.23%
G = 17.98%
B = 30.79%

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

#D0497D (or 0xD0497D) is known color: Cranberry. HEX triplet: D0, 49 and 7D. RGB value is (208,73,125). Sum of RGB (Red+Green+Blue) = 208+73+125=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0497D is #2FB682. Grayscale: #777777. Windows color (decimal): -3126915 or 8210896. OLE color: 8210896.

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

Color convert

RGB 208 73 125 -
CMYK 0 0.65 0.40 0.18
HSL 336.89º 0.59% 0.55% -
HSV(B) 336.89º 0.65% 0.82% -
XYZ 32.1 19.66 21.5 -
YUV 119.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 208 73 125 0 0.65 0.40 0.18 336.89 0.59 0.55
Hex D0 49 7D 0 41 28 12 151 3B 37
Octal 320 111 175 0 101 50 22 521 73 67
Binary 11010000 1001001 1111101 0 1000001 101000 10010 101010001 111011 110111

Color Harmonies of #D0497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0497D

Black with #D0497D

Text Example


Text Example

White with #D0497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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