Html Css Color HEX #DC2695 Deep Cerise

📋 copy color: '#DC2695'

red 220 ◦ green 38 ◦ blue 149

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

Shades of Deep Cerise #DC2695

Tints of Deep Cerise #DC2695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 54.05%
G = 9.34%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC2695 (or 0xDC2695) is known color: Deep Cerise. HEX triplet: DC, 26 and 95. RGB value is (220,38,149). Sum of RGB (Red+Green+Blue) = 220+38+149=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2695 is #23D96A. Grayscale: #686868. Windows color (decimal): -2349419 or 9774812. OLE color: 9774812.

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

Color convert

RGB 220 38 149 -
CMYK 0 0.83 0.32 0.14
HSL 323.41º 0.72% 0.51% -
HSV(B) 323.41º 0.83% 0.86% -
XYZ 35.63 18.77 30.18 -
YUV 105.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 220 38 149 0 0.83 0.32 0.14 323.41 0.72 0.51
Hex DC 26 95 0 53 20 E 143 48 33
Octal 334 46 225 0 123 40 16 503 110 63
Binary 11011100 100110 10010101 0 1010011 100000 1110 101000011 1001000 110011

Color Harmonies of #DC2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2695

Black with #DC2695

Text Example


Text Example

White with #DC2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2695; }

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

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

background-color css

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

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

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

border-color css

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

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

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