Html Css Color HEX #DC2698 Deep Cerise

📋 copy color: '#DC2698'

red 220 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #DC2698

Tints of Deep Cerise #DC2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 53.66%
G = 9.27%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC2698 (or 0xDC2698) is known color: Deep Cerise. HEX triplet: DC, 26 and 98. RGB value is (220,38,152). Sum of RGB (Red+Green+Blue) = 220+38+152=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2698 is #23D967. Grayscale: #696969. Windows color (decimal): -2349416 or 9971420. OLE color: 9971420.

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

Color convert

RGB 220 38 152 -
CMYK 0 0.83 0.31 0.14
HSL 322.42º 0.72% 0.51% -
HSV(B) 322.42º 0.83% 0.86% -
XYZ 35.88 18.87 31.46 -
YUV 105.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 220 38 152 0 0.83 0.31 0.14 322.42 0.72 0.51
Hex DC 26 98 0 53 1F E 142 48 33
Octal 334 46 230 0 123 37 16 502 110 63
Binary 11011100 100110 10011000 0 1010011 11111 1110 101000010 1001000 110011

Color Harmonies of #DC2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2698

Black with #DC2698

Text Example


Text Example

White with #DC2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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