Html Css Color HEX #DC4670 Cranberry

📋 copy color: '#DC4670'

red 220 ◦ green 70 ◦ blue 112

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

Shades of Cranberry #DC4670

Tints of Cranberry #DC4670

RGB

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

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

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

R = 54.73%
G = 17.41%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC4670 (or 0xDC4670) is known color: Cranberry. HEX triplet: DC, 46 and 70. RGB value is (220,70,112). Sum of RGB (Red+Green+Blue) = 220+70+112=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4670 is #23B98F. Grayscale: #777777. Windows color (decimal): -2341264 or 7358172. OLE color: 7358172.

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

Color convert

RGB 220 70 112 -
CMYK 0 0.68 0.49 0.14
HSL 343.2º 0.68% 0.57% -
HSV(B) 343.2º 0.68% 0.86% -
XYZ 34.63 20.77 17.51 -
YUV 119.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 220 70 112 0 0.68 0.49 0.14 343.2 0.68 0.57
Hex DC 46 70 0 44 31 E 157 44 39
Octal 334 106 160 0 104 61 16 527 104 71
Binary 11011100 1000110 1110000 0 1000100 110001 1110 101010111 1000100 111001

Color Harmonies of #DC4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4670

Black with #DC4670

Text Example


Text Example

White with #DC4670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4670; }

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

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

background-color css

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

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

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

border-color css

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

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

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