Html Css Color HEX #DC446F Cranberry

📋 copy color: '#DC446F'

red 220 ◦ green 68 ◦ blue 111

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

Shades of Cranberry #DC446F

Tints of Cranberry #DC446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 55.14%
G = 17.04%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC446F (or 0xDC446F) is known color: Cranberry. HEX triplet: DC, 44 and 6F. RGB value is (220,68,111). Sum of RGB (Red+Green+Blue) = 220+68+111=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC446F is #23BB90. Grayscale: #767676. Windows color (decimal): -2341777 or 7292124. OLE color: 7292124.

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

Color convert

RGB 220 68 111 -
CMYK 0 0.69 0.50 0.14
HSL 343.03º 0.68% 0.56% -
HSV(B) 343.03º 0.69% 0.86% -
XYZ 34.45 20.5 17.18 -
YUV 118.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 220 68 111 0 0.69 0.50 0.14 343.03 0.68 0.56
Hex DC 44 6F 0 45 32 E 157 44 38
Octal 334 104 157 0 105 62 16 527 104 70
Binary 11011100 1000100 1101111 0 1000101 110010 1110 101010111 1000100 111000

Color Harmonies of #DC446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC446F

Black with #DC446F

Text Example


Text Example

White with #DC446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC446F; }

 p { color: rgb(220,68,111); }

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

background-color css

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

 a { background-color: rgb(220,68,111); }

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

border-color css

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

 span { border-color: rgb(220,68,111); }

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