Html Css Color HEX #D04973 Cranberry

📋 copy color: '#D04973'

red 208 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #D04973

Tints of Cranberry #D04973

RGB

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

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

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

R = 52.53%
G = 18.43%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D04973 (or 0xD04973) is known color: Cranberry. HEX triplet: D0, 49 and 73. RGB value is (208,73,115). Sum of RGB (Red+Green+Blue) = 208+73+115=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D04973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04973 is #2FB68C. Grayscale: #767676. Windows color (decimal): -3126925 or 7555536. OLE color: 7555536.

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

Color convert

RGB 208 73 115 -
CMYK 0 0.65 0.45 0.18
HSL 341.33º 0.59% 0.55% -
HSV(B) 341.33º 0.65% 0.82% -
XYZ 31.49 19.41 18.31 -
YUV 118.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 208 73 115 0 0.65 0.45 0.18 341.33 0.59 0.55
Hex D0 49 73 0 41 2D 12 155 3B 37
Octal 320 111 163 0 101 55 22 525 73 67
Binary 11010000 1001001 1110011 0 1000001 101101 10010 101010101 111011 110111

Color Harmonies of #D04973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04973

Black with #D04973

Text Example


Text Example

White with #D04973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04973; }

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

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

background-color css

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

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

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

border-color css

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

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

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