Html Css Color HEX #DC2F9D Deep Cerise

📋 copy color: '#DC2F9D'

red 220 ◦ green 47 ◦ blue 157

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

Shades of Deep Cerise #DC2F9D

Tints of Deep Cerise #DC2F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 51.89%
G = 11.08%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC2F9D (or 0xDC2F9D) is known color: Deep Cerise. HEX triplet: DC, 2F and 9D. RGB value is (220,47,157). Sum of RGB (Red+Green+Blue) = 220+47+157=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2F9D is #23D062. Grayscale: #6E6E6E. Windows color (decimal): -2347107 or 10301404. OLE color: 10301404.

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

Color convert

RGB 220 47 157 -
CMYK 0 0.79 0.29 0.14
HSL 321.85º 0.71% 0.52% -
HSV(B) 321.85º 0.79% 0.86% -
XYZ 36.62 19.68 33.77 -
YUV 111.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 220 47 157 0 0.79 0.29 0.14 321.85 0.71 0.52
Hex DC 2F 9D 0 4F 1D E 142 47 34
Octal 334 57 235 0 117 35 16 502 107 64
Binary 11011100 101111 10011101 0 1001111 11101 1110 101000010 1000111 110100

Color Harmonies of #DC2F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F9D

Black with #DC2F9D

Text Example


Text Example

White with #DC2F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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