Html Css Color HEX #D52C90 Deep Cerise

📋 copy color: '#D52C90'

red 213 ◦ green 44 ◦ blue 144

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

Shades of Deep Cerise #D52C90

Tints of Deep Cerise #D52C90

RGB

 RED value IS 213 (83.59% from 255) = 53.12%

 GREEN value IS 44 (17.58% from 255) = 10.97%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 53.12%
G = 10.97%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D52C90 (or 0xD52C90) is known color: Deep Cerise. HEX triplet: D5, 2C and 90. RGB value is (213,44,144). Sum of RGB (Red+Green+Blue) = 213+44+144=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52C90 is #2AD36F. Grayscale: #696969. Windows color (decimal): -2806640 or 9448661. OLE color: 9448661.

HSL color Cylindrical-coordinate representation of color #D52C90: hue angle of 324.5º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52C90 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 44 144 -
CMYK 0 0.79 0.32 0.16
HSL 324.5º 0.67% 0.5% -
HSV(B) 324.5º 0.79% 0.84% -
XYZ 33.38 17.96 28.09 -
YUV 105.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 213 44 144 0 0.79 0.32 0.16 324.5 0.67 0.5
Hex D5 2C 90 0 4F 20 10 144 43 32
Octal 325 54 220 0 117 40 20 504 103 62
Binary 11010101 101100 10010000 0 1001111 100000 10000 101000100 1000011 110010

Color Harmonies of #D52C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C90

Black with #D52C90

Text Example


Text Example

White with #D52C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C90; }

 p { color: rgb(213,44,144); }

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

background-color css

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

 a { background-color: rgb(213,44,144); }

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

border-color css

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

 span { border-color: rgb(213,44,144); }

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