Html Css Color HEX #DC467C Cranberry

📋 copy color: '#DC467C'

red 220 ◦ green 70 ◦ blue 124

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

Shades of Cranberry #DC467C

Tints of Cranberry #DC467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 53.14%
G = 16.91%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC467C (or 0xDC467C) is known color: Cranberry. HEX triplet: DC, 46 and 7C. RGB value is (220,70,124). Sum of RGB (Red+Green+Blue) = 220+70+124=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC467C is #23B983. Grayscale: #787878. Windows color (decimal): -2341252 or 8144604. OLE color: 8144604.

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

Color convert

RGB 220 70 124 -
CMYK 0 0.68 0.44 0.14
HSL 338.4º 0.68% 0.57% -
HSV(B) 338.4º 0.68% 0.86% -
XYZ 35.34 21.05 21.27 -
YUV 121.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 220 70 124 0 0.68 0.44 0.14 338.4 0.68 0.57
Hex DC 46 7C 0 44 2C E 152 44 39
Octal 334 106 174 0 104 54 16 522 104 71
Binary 11011100 1000110 1111100 0 1000100 101100 1110 101010010 1000100 111001

Color Harmonies of #DC467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC467C

Black with #DC467C

Text Example


Text Example

White with #DC467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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