Html Css Color HEX #DC4170 Cranberry

📋 copy color: '#DC4170'

red 220 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #DC4170

Tints of Cranberry #DC4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 55.42%
G = 16.37%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC4170 (or 0xDC4170) is known color: Cranberry. HEX triplet: DC, 41 and 70. RGB value is (220,65,112). Sum of RGB (Red+Green+Blue) = 220+65+112=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4170 is #23BE8F. Grayscale: #747474. Windows color (decimal): -2342544 or 7356892. OLE color: 7356892.

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

Color convert

RGB 220 65 112 -
CMYK 0 0.70 0.49 0.14
HSL 341.81º 0.69% 0.56% -
HSV(B) 341.81º 0.7% 0.86% -
XYZ 34.33 20.17 17.41 -
YUV 116.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 220 65 112 0 0.70 0.49 0.14 341.81 0.69 0.56
Hex DC 41 70 0 46 31 E 156 45 38
Octal 334 101 160 0 106 61 16 526 105 70
Binary 11011100 1000001 1110000 0 1000110 110001 1110 101010110 1000101 111000

Color Harmonies of #DC4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4170

Black with #DC4170

Text Example


Text Example

White with #DC4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4170; }

 p { color: rgb(220,65,112); }

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

background-color css

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

 a { background-color: rgb(220,65,112); }

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

border-color css

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

 span { border-color: rgb(220,65,112); }

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