Html Css Color HEX #D04473 Cranberry

📋 copy color: '#D04473'

red 208 ◦ green 68 ◦ blue 115

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

Shades of Cranberry #D04473

Tints of Cranberry #D04473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

 BLUE value IS 115 (45.31% from 255) = 29.41%

R = 53.2%
G = 17.39%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D04473 (or 0xD04473) is known color: Cranberry. HEX triplet: D0, 44 and 73. RGB value is (208,68,115). Sum of RGB (Red+Green+Blue) = 208+68+115=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04473 is #2FBB8C. Grayscale: #737373. Windows color (decimal): -3128205 or 7554256. OLE color: 7554256.

HSL color Cylindrical-coordinate representation of color #D04473: hue angle of 339.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04473 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 115 -
CMYK 0 0.67 0.45 0.18
HSL 339.86º 0.6% 0.54% -
HSV(B) 339.86º 0.67% 0.82% -
XYZ 31.17 18.78 18.2 -
YUV 115.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 208 68 115 0 0.67 0.45 0.18 339.86 0.6 0.54
Hex D0 44 73 0 43 2D 12 154 3C 36
Octal 320 104 163 0 103 55 22 524 74 66
Binary 11010000 1000100 1110011 0 1000011 101101 10010 101010100 111100 110110

Color Harmonies of #D04473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04473

Black with #D04473

Text Example


Text Example

White with #D04473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04473; }

 p { color: rgb(208,68,115); }

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

background-color css

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

 a { background-color: rgb(208,68,115); }

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

border-color css

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

 span { border-color: rgb(208,68,115); }

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