Html Css Color HEX #DC466F Cranberry

📋 copy color: '#DC466F'

red 220 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #DC466F

Tints of Cranberry #DC466F

RGB

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

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

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

R = 54.86%
G = 17.46%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC466F (or 0xDC466F) is known color: Cranberry. HEX triplet: DC, 46 and 6F. RGB value is (220,70,111). Sum of RGB (Red+Green+Blue) = 220+70+111=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC466F is #23B990. Grayscale: #777777. Windows color (decimal): -2341265 or 7292636. OLE color: 7292636.

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

Color convert

RGB 220 70 111 -
CMYK 0 0.68 0.50 0.14
HSL 343.6º 0.68% 0.57% -
HSV(B) 343.6º 0.68% 0.86% -
XYZ 34.57 20.74 17.22 -
YUV 119.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 220 70 111 0 0.68 0.50 0.14 343.6 0.68 0.57
Hex DC 46 6F 0 44 32 E 158 44 39
Octal 334 106 157 0 104 62 16 530 104 71
Binary 11011100 1000110 1101111 0 1000100 110010 1110 101011000 1000100 111001

Color Harmonies of #DC466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC466F

Black with #DC466F

Text Example


Text Example

White with #DC466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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