Html Css Color HEX #DC467F Cranberry

📋 copy color: '#DC467F'

red 220 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #DC467F

Tints of Cranberry #DC467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 52.76%
G = 16.79%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC467F (or 0xDC467F) is known color: Cranberry. HEX triplet: DC, 46 and 7F. RGB value is (220,70,127). Sum of RGB (Red+Green+Blue) = 220+70+127=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC467F is #23B980. Grayscale: #797979. Windows color (decimal): -2341249 or 8341212. OLE color: 8341212.

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

Color convert

RGB 220 70 127 -
CMYK 0 0.68 0.42 0.14
HSL 337.2º 0.68% 0.57% -
HSV(B) 337.2º 0.68% 0.86% -
XYZ 35.54 21.13 22.28 -
YUV 121.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 220 70 127 0 0.68 0.42 0.14 337.2 0.68 0.57
Hex DC 46 7F 0 44 2A E 151 44 39
Octal 334 106 177 0 104 52 16 521 104 71
Binary 11011100 1000110 1111111 0 1000100 101010 1110 101010001 1000100 111001

Color Harmonies of #DC467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC467F

Black with #DC467F

Text Example


Text Example

White with #DC467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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