Html Css Color HEX #DC4686 Cranberry

📋 copy color: '#DC4686'

red 220 ◦ green 70 ◦ blue 134

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

Shades of Cranberry #DC4686

Tints of Cranberry #DC4686

RGB

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

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

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

R = 51.89%
G = 16.51%
B = 31.6%

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

#DC4686 (or 0xDC4686) is known color: Cranberry. HEX triplet: DC, 46 and 86. RGB value is (220,70,134). Sum of RGB (Red+Green+Blue) = 220+70+134=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4686 is #23B979. Grayscale: #7A7A7A. Windows color (decimal): -2341242 or 8799964. OLE color: 8799964.

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

Color convert

RGB 220 70 134 -
CMYK 0 0.68 0.39 0.14
HSL 334.4º 0.68% 0.57% -
HSV(B) 334.4º 0.68% 0.86% -
XYZ 36.01 21.32 24.77 -
YUV 122.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 220 70 134 0 0.68 0.39 0.14 334.4 0.68 0.57
Hex DC 46 86 0 44 27 E 14E 44 39
Octal 334 106 206 0 104 47 16 516 104 71
Binary 11011100 1000110 10000110 0 1000100 100111 1110 101001110 1000100 111001

Color Harmonies of #DC4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4686

Black with #DC4686

Text Example


Text Example

White with #DC4686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4686; }

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

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

background-color css

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

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

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

border-color css

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

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

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