Html Css Color HEX #D04673 Cranberry

📋 copy color: '#D04673'

red 208 ◦ green 70 ◦ blue 115

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

Shades of Cranberry #D04673

Tints of Cranberry #D04673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

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

R = 52.93%
G = 17.81%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D04673 (or 0xD04673) is known color: Cranberry. HEX triplet: D0, 46 and 73. RGB value is (208,70,115). Sum of RGB (Red+Green+Blue) = 208+70+115=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D04673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04673 is #2FB98C. Grayscale: #747474. Windows color (decimal): -3127693 or 7554768. OLE color: 7554768.

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

Color convert

RGB 208 70 115 -
CMYK 0 0.66 0.45 0.18
HSL 340.43º 0.59% 0.55% -
HSV(B) 340.43º 0.66% 0.82% -
XYZ 31.3 19.03 18.24 -
YUV 116.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 208 70 115 0 0.66 0.45 0.18 340.43 0.59 0.55
Hex D0 46 73 0 42 2D 12 154 3B 37
Octal 320 106 163 0 102 55 22 524 73 67
Binary 11010000 1000110 1110011 0 1000010 101101 10010 101010100 111011 110111

Color Harmonies of #D04673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04673

Black with #D04673

Text Example


Text Example

White with #D04673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04673; }

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

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

background-color css

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

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

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

border-color css

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

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

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