Html Css Color HEX #DC4585 Cranberry

📋 copy color: '#DC4585'

red 220 ◦ green 69 ◦ blue 133

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

Shades of Cranberry #DC4585

Tints of Cranberry #DC4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 52.13%
G = 16.35%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC4585 (or 0xDC4585) is known color: Cranberry. HEX triplet: DC, 45 and 85. RGB value is (220,69,133). Sum of RGB (Red+Green+Blue) = 220+69+133=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4585 is #23BA7A. Grayscale: #797979. Windows color (decimal): -2341499 or 8734172. OLE color: 8734172.

HSL color Cylindrical-coordinate representation of color #DC4585: hue angle of 334.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4585 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 133 -
CMYK 0 0.69 0.40 0.14
HSL 334.57º 0.68% 0.57% -
HSV(B) 334.57º 0.69% 0.86% -
XYZ 35.88 21.17 24.38 -
YUV 121.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 220 69 133 0 0.69 0.40 0.14 334.57 0.68 0.57
Hex DC 45 85 0 45 28 E 14F 44 39
Octal 334 105 205 0 105 50 16 517 104 71
Binary 11011100 1000101 10000101 0 1000101 101000 1110 101001111 1000100 111001

Color Harmonies of #DC4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4585

Black with #DC4585

Text Example


Text Example

White with #DC4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4585; }

 p { color: rgb(220,69,133); }

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

background-color css

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

 a { background-color: rgb(220,69,133); }

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

border-color css

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

 span { border-color: rgb(220,69,133); }

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