Html Css Color HEX #DC26A1 Deep Cerise

📋 copy color: '#DC26A1'

red 220 ◦ green 38 ◦ blue 161

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

Shades of Deep Cerise #DC26A1

Tints of Deep Cerise #DC26A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 52.51%
G = 9.07%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC26A1 (or 0xDC26A1) is known color: Deep Cerise. HEX triplet: DC, 26 and A1. RGB value is (220,38,161). Sum of RGB (Red+Green+Blue) = 220+38+161=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC26A1 is #23D95E. Grayscale: #6A6A6A. Windows color (decimal): -2349407 or 10561244. OLE color: 10561244.

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

Color convert

RGB 220 38 161 -
CMYK 0 0.83 0.27 0.14
HSL 319.45º 0.72% 0.51% -
HSV(B) 319.45º 0.83% 0.86% -
XYZ 36.64 19.18 35.49 -
YUV 106.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 220 38 161 0 0.83 0.27 0.14 319.45 0.72 0.51
Hex DC 26 A1 0 53 1B E 13F 48 33
Octal 334 46 241 0 123 33 16 477 110 63
Binary 11011100 100110 10100001 0 1010011 11011 1110 100111111 1001000 110011

Color Harmonies of #DC26A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC26A1

Black with #DC26A1

Text Example


Text Example

White with #DC26A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC26A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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