Html Css Color HEX #DC2E8B Deep Cerise

📋 copy color: '#DC2E8B'

red 220 ◦ green 46 ◦ blue 139

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

Shades of Deep Cerise #DC2E8B

Tints of Deep Cerise #DC2E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 54.32%
G = 11.36%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC2E8B (or 0xDC2E8B) is known color: Deep Cerise. HEX triplet: DC, 2E and 8B. RGB value is (220,46,139). Sum of RGB (Red+Green+Blue) = 220+46+139=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2E8B is #23D174. Grayscale: #6C6C6C. Windows color (decimal): -2347381 or 9121500. OLE color: 9121500.

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

Color convert

RGB 220 46 139 -
CMYK 0 0.79 0.37 0.14
HSL 327.93º 0.71% 0.52% -
HSV(B) 327.93º 0.79% 0.86% -
XYZ 35.15 19.03 26.25 -
YUV 108.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 220 46 139 0 0.79 0.37 0.14 327.93 0.71 0.52
Hex DC 2E 8B 0 4F 25 E 148 47 34
Octal 334 56 213 0 117 45 16 510 107 64
Binary 11011100 101110 10001011 0 1001111 100101 1110 101001000 1000111 110100

Color Harmonies of #DC2E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E8B

Black with #DC2E8B

Text Example


Text Example

White with #DC2E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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