Html Css Color HEX #DC28A3 Deep Cerise

📋 copy color: '#DC28A3'

red 220 ◦ green 40 ◦ blue 163

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

Shades of Deep Cerise #DC28A3

Tints of Deep Cerise #DC28A3

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.46%

 BLUE value IS 163 (64.06% from 255) = 38.53%

R = 52.01%
G = 9.46%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC28A3 (or 0xDC28A3) is known color: Deep Cerise. HEX triplet: DC, 28 and A3. RGB value is (220,40,163). Sum of RGB (Red+Green+Blue) = 220+40+163=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC28A3 is #23D75C. Grayscale: #6B6B6B. Windows color (decimal): -2348893 or 10692828. OLE color: 10692828.

HSL color Cylindrical-coordinate representation of color #DC28A3: hue angle of 319º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28A3 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 163 -
CMYK 0 0.82 0.26 0.14
HSL 319º 0.72% 0.51% -
HSV(B) 319º 0.82% 0.86% -
XYZ 36.88 19.38 36.45 -
YUV 107.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 220 40 163 0 0.82 0.26 0.14 319 0.72 0.51
Hex DC 28 A3 0 52 1A E 13F 48 33
Octal 334 50 243 0 122 32 16 477 110 63
Binary 11011100 101000 10100011 0 1010010 11010 1110 100111111 1001000 110011

Color Harmonies of #DC28A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28A3

Black with #DC28A3

Text Example


Text Example

White with #DC28A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28A3; }

 p { color: rgb(220,40,163); }

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

background-color css

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

 a { background-color: rgb(220,40,163); }

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

border-color css

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

 span { border-color: rgb(220,40,163); }

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