Html Css Color HEX #DC4188 Deep Cerise

📋 copy color: '#DC4188'

red 220 ◦ green 65 ◦ blue 136

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

Shades of Deep Cerise #DC4188

Tints of Deep Cerise #DC4188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

 BLUE value IS 136 (53.52% from 255) = 32.3%

R = 52.26%
G = 15.44%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4188 (or 0xDC4188) is known color: Deep Cerise. HEX triplet: DC, 41 and 88. RGB value is (220,65,136). Sum of RGB (Red+Green+Blue) = 220+65+136=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4188 is #23BE77. Grayscale: #777777. Windows color (decimal): -2342520 or 8929756. OLE color: 8929756.

HSL color Cylindrical-coordinate representation of color #DC4188: hue angle of 332.52º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4188 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 136 -
CMYK 0 0.70 0.38 0.14
HSL 332.52º 0.69% 0.56% -
HSV(B) 332.52º 0.7% 0.86% -
XYZ 35.85 20.77 25.41 -
YUV 119.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 220 65 136 0 0.70 0.38 0.14 332.52 0.69 0.56
Hex DC 41 88 0 46 26 E 14D 45 38
Octal 334 101 210 0 106 46 16 515 105 70
Binary 11011100 1000001 10001000 0 1000110 100110 1110 101001101 1000101 111000

Color Harmonies of #DC4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4188

Black with #DC4188

Text Example


Text Example

White with #DC4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4188; }

 p { color: rgb(220,65,136); }

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

background-color css

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

 a { background-color: rgb(220,65,136); }

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

border-color css

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

 span { border-color: rgb(220,65,136); }

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