Html Css Color HEX #DC2FA4 Deep Cerise

📋 copy color: '#DC2FA4'

red 220 ◦ green 47 ◦ blue 164

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

Shades of Deep Cerise #DC2FA4

Tints of Deep Cerise #DC2FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.05%

R = 51.04%
G = 10.9%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC2FA4 (or 0xDC2FA4) is known color: Deep Cerise. HEX triplet: DC, 2F and A4. RGB value is (220,47,164). Sum of RGB (Red+Green+Blue) = 220+47+164=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2FA4 is #23D05B. Grayscale: #6F6F6F. Windows color (decimal): -2347100 or 10760156. OLE color: 10760156.

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

Color convert

RGB 220 47 164 -
CMYK 0 0.79 0.25 0.14
HSL 319.42º 0.71% 0.52% -
HSV(B) 319.42º 0.79% 0.86% -
XYZ 37.23 19.93 37.01 -
YUV 112.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 220 47 164 0 0.79 0.25 0.14 319.42 0.71 0.52
Hex DC 2F A4 0 4F 19 E 13F 47 34
Octal 334 57 244 0 117 31 16 477 107 64
Binary 11011100 101111 10100100 0 1001111 11001 1110 100111111 1000111 110100

Color Harmonies of #DC2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2FA4

Black with #DC2FA4

Text Example


Text Example

White with #DC2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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