Html Css Color HEX #DC2F9A Deep Cerise

📋 copy color: '#DC2F9A'

red 220 ◦ green 47 ◦ blue 154

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

Shades of Deep Cerise #DC2F9A

Tints of Deep Cerise #DC2F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 52.26%
G = 11.16%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC2F9A (or 0xDC2F9A) is known color: Deep Cerise. HEX triplet: DC, 2F and 9A. RGB value is (220,47,154). Sum of RGB (Red+Green+Blue) = 220+47+154=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2F9A is #23D065. Grayscale: #6E6E6E. Windows color (decimal): -2347110 or 10104796. OLE color: 10104796.

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

Color convert

RGB 220 47 154 -
CMYK 0 0.79 0.3 0.14
HSL 322.89º 0.71% 0.52% -
HSV(B) 322.89º 0.79% 0.86% -
XYZ 36.36 19.58 32.43 -
YUV 110.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 220 47 154 0 0.79 0.3 0.14 322.89 0.71 0.52
Hex DC 2F 9A 0 4F 1E E 143 47 34
Octal 334 57 232 0 117 36 16 503 107 64
Binary 11011100 101111 10011010 0 1001111 11110 1110 101000011 1000111 110100

Color Harmonies of #DC2F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F9A

Black with #DC2F9A

Text Example


Text Example

White with #DC2F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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