Html Css Color HEX #DC2693 Deep Cerise

📋 copy color: '#DC2693'

red 220 ◦ green 38 ◦ blue 147

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

Shades of Deep Cerise #DC2693

Tints of Deep Cerise #DC2693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 54.32%
G = 9.38%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC2693 (or 0xDC2693) is known color: Deep Cerise. HEX triplet: DC, 26 and 93. RGB value is (220,38,147). Sum of RGB (Red+Green+Blue) = 220+38+147=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2693 is #23D96C. Grayscale: #686868. Windows color (decimal): -2349421 or 9643740. OLE color: 9643740.

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

Color convert

RGB 220 38 147 -
CMYK 0 0.83 0.33 0.14
HSL 324.07º 0.72% 0.51% -
HSV(B) 324.07º 0.83% 0.86% -
XYZ 35.47 18.71 29.35 -
YUV 104.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 220 38 147 0 0.83 0.33 0.14 324.07 0.72 0.51
Hex DC 26 93 0 53 21 E 144 48 33
Octal 334 46 223 0 123 41 16 504 110 63
Binary 11011100 100110 10010011 0 1010011 100001 1110 101000100 1001000 110011

Color Harmonies of #DC2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2693

Black with #DC2693

Text Example


Text Example

White with #DC2693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2693; }

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

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

background-color css

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

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

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

border-color css

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

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

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