Html Css Color HEX #DC4786 Cranberry

📋 copy color: '#DC4786'

red 220 ◦ green 71 ◦ blue 134

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

Shades of Cranberry #DC4786

Tints of Cranberry #DC4786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.71%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 51.76%
G = 16.71%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC4786 (or 0xDC4786) is known color: Cranberry. HEX triplet: DC, 47 and 86. RGB value is (220,71,134). Sum of RGB (Red+Green+Blue) = 220+71+134=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4786 is #23B879. Grayscale: #7A7A7A. Windows color (decimal): -2340986 or 8800220. OLE color: 8800220.

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

Color convert

RGB 220 71 134 -
CMYK 0 0.68 0.39 0.14
HSL 334.63º 0.68% 0.57% -
HSV(B) 334.63º 0.68% 0.86% -
XYZ 36.07 21.44 24.79 -
YUV 122.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 220 71 134 0 0.68 0.39 0.14 334.63 0.68 0.57
Hex DC 47 86 0 44 27 E 14F 44 39
Octal 334 107 206 0 104 47 16 517 104 71
Binary 11011100 1000111 10000110 0 1000100 100111 1110 101001111 1000100 111001

Color Harmonies of #DC4786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4786

Black with #DC4786

Text Example


Text Example

White with #DC4786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4786; }

 p { color: rgb(220,71,134); }

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

background-color css

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

 a { background-color: rgb(220,71,134); }

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

border-color css

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

 span { border-color: rgb(220,71,134); }

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