Html Css Color HEX #D04076 Cranberry

📋 copy color: '#D04076'

red 208 ◦ green 64 ◦ blue 118

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

Shades of Cranberry #D04076

Tints of Cranberry #D04076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 53.33%
G = 16.41%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04076 (or 0xD04076) is known color: Cranberry. HEX triplet: D0, 40 and 76. RGB value is (208,64,118). Sum of RGB (Red+Green+Blue) = 208+64+118=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D04076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04076 is #2FBF89. Grayscale: #717171. Windows color (decimal): -3129226 or 7749840. OLE color: 7749840.

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

Color convert

RGB 208 64 118 -
CMYK 0 0.69 0.43 0.18
HSL 337.5º 0.61% 0.53% -
HSV(B) 337.5º 0.69% 0.82% -
XYZ 31.12 18.38 19.05 -
YUV 113.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 208 64 118 0 0.69 0.43 0.18 337.5 0.61 0.53
Hex D0 40 76 0 45 2B 12 152 3D 35
Octal 320 100 166 0 105 53 22 522 75 65
Binary 11010000 1000000 1110110 0 1000101 101011 10010 101010010 111101 110101

Color Harmonies of #D04076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04076

Black with #D04076

Text Example


Text Example

White with #D04076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04076; }

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

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

background-color css

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

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

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

border-color css

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

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

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