Html Css Color HEX #DC4F6F Cranberry

📋 copy color: '#DC4F6F'

red 220 ◦ green 79 ◦ blue 111

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

Shades of Cranberry #DC4F6F

Tints of Cranberry #DC4F6F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.27%

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

R = 53.66%
G = 19.27%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC4F6F (or 0xDC4F6F) is known color: Cranberry. HEX triplet: DC, 4F and 6F. RGB value is (220,79,111). Sum of RGB (Red+Green+Blue) = 220+79+111=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F6F is #23B090. Grayscale: #7C7C7C. Windows color (decimal): -2338961 or 7294940. OLE color: 7294940.

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

Color convert

RGB 220 79 111 -
CMYK 0 0.64 0.50 0.14
HSL 346.38º 0.67% 0.59% -
HSV(B) 346.38º 0.64% 0.86% -
XYZ 35.18 21.96 17.42 -
YUV 124.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 220 79 111 0 0.64 0.50 0.14 346.38 0.67 0.59
Hex DC 4F 6F 0 40 32 E 15A 43 3B
Octal 334 117 157 0 100 62 16 532 103 73
Binary 11011100 1001111 1101111 0 1000000 110010 1110 101011010 1000011 111011

Color Harmonies of #DC4F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F6F

Black with #DC4F6F

Text Example


Text Example

White with #DC4F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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