Html Css Color HEX #DC4674 Cranberry

📋 copy color: '#DC4674'

red 220 ◦ green 70 ◦ blue 116

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

Shades of Cranberry #DC4674

Tints of Cranberry #DC4674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 54.19%
G = 17.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC4674 (or 0xDC4674) is known color: Cranberry. HEX triplet: DC, 46 and 74. RGB value is (220,70,116). Sum of RGB (Red+Green+Blue) = 220+70+116=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4674 is #23B98B. Grayscale: #787878. Windows color (decimal): -2341260 or 7620316. OLE color: 7620316.

HSL color Cylindrical-coordinate representation of color #DC4674: hue angle of 341.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4674 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 116 -
CMYK 0 0.68 0.47 0.14
HSL 341.6º 0.68% 0.57% -
HSV(B) 341.6º 0.68% 0.86% -
XYZ 34.86 20.86 18.71 -
YUV 120.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 220 70 116 0 0.68 0.47 0.14 341.6 0.68 0.57
Hex DC 46 74 0 44 2F E 156 44 39
Octal 334 106 164 0 104 57 16 526 104 71
Binary 11011100 1000110 1110100 0 1000100 101111 1110 101010110 1000100 111001

Color Harmonies of #DC4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4674

Black with #DC4674

Text Example


Text Example

White with #DC4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4674; }

 p { color: rgb(220,70,116); }

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

background-color css

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

 a { background-color: rgb(220,70,116); }

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

border-color css

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

 span { border-color: rgb(220,70,116); }

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