Html Css Color HEX #D04C76 Cranberry

📋 copy color: '#D04C76'

red 208 ◦ green 76 ◦ blue 118

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

Shades of Cranberry #D04C76

Tints of Cranberry #D04C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 51.74%
G = 18.91%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04C76 (or 0xD04C76) is known color: Cranberry. HEX triplet: D0, 4C and 76. RGB value is (208,76,118). Sum of RGB (Red+Green+Blue) = 208+76+118=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C76 is #2FB389. Grayscale: #787878. Windows color (decimal): -3126154 or 7752912. OLE color: 7752912.

HSL color Cylindrical-coordinate representation of color #D04C76: hue angle of 340.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C76 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 118 -
CMYK 0 0.63 0.43 0.18
HSL 340.91º 0.58% 0.56% -
HSV(B) 340.91º 0.63% 0.82% -
XYZ 31.87 19.89 19.3 -
YUV 120.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 208 76 118 0 0.63 0.43 0.18 340.91 0.58 0.56
Hex D0 4C 76 0 3F 2B 12 155 3A 38
Octal 320 114 166 0 77 53 22 525 72 70
Binary 11010000 1001100 1110110 0 111111 101011 10010 101010101 111010 111000

Color Harmonies of #D04C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C76

Black with #D04C76

Text Example


Text Example

White with #D04C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C76; }

 p { color: rgb(208,76,118); }

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

background-color css

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

 a { background-color: rgb(208,76,118); }

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

border-color css

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

 span { border-color: rgb(208,76,118); }

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