Html Css Color HEX #DC26A4 Deep Cerise

📋 copy color: '#DC26A4'

red 220 ◦ green 38 ◦ blue 164

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

Shades of Deep Cerise #DC26A4

Tints of Deep Cerise #DC26A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 52.13%
G = 9%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC26A4 (or 0xDC26A4) is known color: Deep Cerise. HEX triplet: DC, 26 and A4. RGB value is (220,38,164). Sum of RGB (Red+Green+Blue) = 220+38+164=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC26A4 is #23D95B. Grayscale: #6A6A6A. Windows color (decimal): -2349404 or 10757852. OLE color: 10757852.

HSL color Cylindrical-coordinate representation of color #DC26A4: hue angle of 318.46º 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 #DC26A4 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 164 -
CMYK 0 0.83 0.25 0.14
HSL 318.46º 0.72% 0.51% -
HSV(B) 318.46º 0.83% 0.86% -
XYZ 36.91 19.28 36.9 -
YUV 106.78 160.3 208.75 -
System Red Green Blue C M Y K H S L
Decimal 220 38 164 0 0.83 0.25 0.14 318.46 0.72 0.51
Hex DC 26 A4 0 53 19 E 13E 48 33
Octal 334 46 244 0 123 31 16 476 110 63
Binary 11011100 100110 10100100 0 1010011 11001 1110 100111110 1001000 110011

Color Harmonies of #DC26A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC26A4

Black with #DC26A4

Text Example


Text Example

White with #DC26A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC26A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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