Html Css Color HEX #DC4774 Cranberry

📋 copy color: '#DC4774'

red 220 ◦ green 71 ◦ blue 116

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

Shades of Cranberry #DC4774

Tints of Cranberry #DC4774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

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

R = 54.05%
G = 17.44%
B = 28.5%

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

#DC4774 (or 0xDC4774) is known color: Cranberry. HEX triplet: DC, 47 and 74. RGB value is (220,71,116). Sum of RGB (Red+Green+Blue) = 220+71+116=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4774 is #23B88B. Grayscale: #787878. Windows color (decimal): -2341004 or 7620572. OLE color: 7620572.

HSL color Cylindrical-coordinate representation of color #DC4774: hue angle of 341.88º 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 #DC4774 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 116 -
CMYK 0 0.68 0.47 0.14
HSL 341.88º 0.68% 0.57% -
HSV(B) 341.88º 0.68% 0.86% -
XYZ 34.92 20.98 18.73 -
YUV 120.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 220 71 116 0 0.68 0.47 0.14 341.88 0.68 0.57
Hex DC 47 74 0 44 2F E 156 44 39
Octal 334 107 164 0 104 57 16 526 104 71
Binary 11011100 1000111 1110100 0 1000100 101111 1110 101010110 1000100 111001

Color Harmonies of #DC4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4774

Black with #DC4774

Text Example


Text Example

White with #DC4774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4774; }

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

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

background-color css

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

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

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

border-color css

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

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

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