Html Css Color HEX #DC2F8D Deep Cerise

📋 copy color: '#DC2F8D'

red 220 ◦ green 47 ◦ blue 141

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

Shades of Deep Cerise #DC2F8D

Tints of Deep Cerise #DC2F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.52%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 53.92%
G = 11.52%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC2F8D (or 0xDC2F8D) is known color: Deep Cerise. HEX triplet: DC, 2F and 8D. RGB value is (220,47,141). Sum of RGB (Red+Green+Blue) = 220+47+141=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2F8D is #23D072. Grayscale: #6D6D6D. Windows color (decimal): -2347123 or 9252828. OLE color: 9252828.

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

Color convert

RGB 220 47 141 -
CMYK 0 0.79 0.36 0.14
HSL 327.4º 0.71% 0.52% -
HSV(B) 327.4º 0.79% 0.86% -
XYZ 35.34 19.17 27.04 -
YUV 109.44 145.81 206.86 -
System Red Green Blue C M Y K H S L
Decimal 220 47 141 0 0.79 0.36 0.14 327.4 0.71 0.52
Hex DC 2F 8D 0 4F 24 E 147 47 34
Octal 334 57 215 0 117 44 16 507 107 64
Binary 11011100 101111 10001101 0 1001111 100100 1110 101000111 1000111 110100

Color Harmonies of #DC2F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F8D

Black with #DC2F8D

Text Example


Text Example

White with #DC2F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F8D; }

 p { color: rgb(220,47,141); }

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

background-color css

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

 a { background-color: rgb(220,47,141); }

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

border-color css

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

 span { border-color: rgb(220,47,141); }

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