Html Css Color HEX #DC4E6F Cranberry

📋 copy color: '#DC4E6F'

red 220 ◦ green 78 ◦ blue 111

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

Shades of Cranberry #DC4E6F

Tints of Cranberry #DC4E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.07%

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

R = 53.79%
G = 19.07%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC4E6F (or 0xDC4E6F) is known color: Cranberry. HEX triplet: DC, 4E and 6F. RGB value is (220,78,111). Sum of RGB (Red+Green+Blue) = 220+78+111=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E6F is #23B190. Grayscale: #7C7C7C. Windows color (decimal): -2339217 or 7294684. OLE color: 7294684.

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

Color convert

RGB 220 78 111 -
CMYK 0 0.65 0.50 0.14
HSL 346.06º 0.67% 0.58% -
HSV(B) 346.06º 0.65% 0.86% -
XYZ 35.11 21.81 17.4 -
YUV 124.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 220 78 111 0 0.65 0.50 0.14 346.06 0.67 0.58
Hex DC 4E 6F 0 41 32 E 15A 43 3A
Octal 334 116 157 0 101 62 16 532 103 72
Binary 11011100 1001110 1101111 0 1000001 110010 1110 101011010 1000011 111010

Color Harmonies of #DC4E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E6F

Black with #DC4E6F

Text Example


Text Example

White with #DC4E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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