Html Css Color HEX #DC2E8F Deep Cerise

📋 copy color: '#DC2E8F'

red 220 ◦ green 46 ◦ blue 143

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

Shades of Deep Cerise #DC2E8F

Tints of Deep Cerise #DC2E8F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.25%

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 53.79%
G = 11.25%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC2E8F (or 0xDC2E8F) is known color: Deep Cerise. HEX triplet: DC, 2E and 8F. RGB value is (220,46,143). Sum of RGB (Red+Green+Blue) = 220+46+143=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2E8F is #23D170. Grayscale: #6C6C6C. Windows color (decimal): -2347377 or 9383644. OLE color: 9383644.

HSL color Cylindrical-coordinate representation of color #DC2E8F: hue angle of 326.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2E8F is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 46 143 -
CMYK 0 0.79 0.35 0.14
HSL 326.55º 0.71% 0.52% -
HSV(B) 326.55º 0.79% 0.86% -
XYZ 35.45 19.15 27.82 -
YUV 109.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 220 46 143 0 0.79 0.35 0.14 326.55 0.71 0.52
Hex DC 2E 8F 0 4F 23 E 147 47 34
Octal 334 56 217 0 117 43 16 507 107 64
Binary 11011100 101110 10001111 0 1001111 100011 1110 101000111 1000111 110100

Color Harmonies of #DC2E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E8F

Black with #DC2E8F

Text Example


Text Example

White with #DC2E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E8F; }

 p { color: rgb(220,46,143); }

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

background-color css

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

 a { background-color: rgb(220,46,143); }

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

border-color css

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

 span { border-color: rgb(220,46,143); }

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