Html Css Color HEX #DC4076 Cranberry

📋 copy color: '#DC4076'

red 220 ◦ green 64 ◦ blue 118

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

Shades of Cranberry #DC4076

Tints of Cranberry #DC4076

RGB

 RED value IS 220 (86.33% from 255) = 54.73%

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

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

R = 54.73%
G = 15.92%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC4076 (or 0xDC4076) is known color: Cranberry. HEX triplet: DC, 40 and 76. RGB value is (220,64,118). Sum of RGB (Red+Green+Blue) = 220+64+118=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4076 is #23BF89. Grayscale: #747474. Windows color (decimal): -2342794 or 7749852. OLE color: 7749852.

HSL color Cylindrical-coordinate representation of color #DC4076: hue angle of 339.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4076 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 118 -
CMYK 0 0.71 0.46 0.14
HSL 339.23º 0.69% 0.56% -
HSV(B) 339.23º 0.71% 0.86% -
XYZ 34.62 20.19 19.21 -
YUV 116.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 220 64 118 0 0.71 0.46 0.14 339.23 0.69 0.56
Hex DC 40 76 0 47 2E E 153 45 38
Octal 334 100 166 0 107 56 16 523 105 70
Binary 11011100 1000000 1110110 0 1000111 101110 1110 101010011 1000101 111000

Color Harmonies of #DC4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4076

Black with #DC4076

Text Example


Text Example

White with #DC4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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