Html Css Color HEX #DC26A3 Deep Cerise

📋 copy color: '#DC26A3'

red 220 ◦ green 38 ◦ blue 163

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

Shades of Deep Cerise #DC26A3

Tints of Deep Cerise #DC26A3

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.03%

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

R = 52.26%
G = 9.03%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC26A3 (or 0xDC26A3) is known color: Deep Cerise. HEX triplet: DC, 26 and A3. RGB value is (220,38,163). Sum of RGB (Red+Green+Blue) = 220+38+163=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC26A3 is #23D95C. Grayscale: #6A6A6A. Windows color (decimal): -2349405 or 10692316. OLE color: 10692316.

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

Color convert

RGB 220 38 163 -
CMYK 0 0.83 0.26 0.14
HSL 318.79º 0.72% 0.51% -
HSV(B) 318.79º 0.83% 0.86% -
XYZ 36.82 19.25 36.42 -
YUV 106.67 159.8 208.84 -
System Red Green Blue C M Y K H S L
Decimal 220 38 163 0 0.83 0.26 0.14 318.79 0.72 0.51
Hex DC 26 A3 0 53 1A E 13F 48 33
Octal 334 46 243 0 123 32 16 477 110 63
Binary 11011100 100110 10100011 0 1010011 11010 1110 100111111 1001000 110011

Color Harmonies of #DC26A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC26A3

Black with #DC26A3

Text Example


Text Example

White with #DC26A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC26A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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