Html Css Color HEX #D52D90 Deep Cerise

📋 copy color: '#D52D90'

red 213 ◦ green 45 ◦ blue 144

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

Shades of Deep Cerise #D52D90

Tints of Deep Cerise #D52D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.19%

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

R = 52.99%
G = 11.19%
B = 35.82%

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

#D52D90 (or 0xD52D90) is known color: Deep Cerise. HEX triplet: D5, 2D and 90. RGB value is (213,45,144). Sum of RGB (Red+Green+Blue) = 213+45+144=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D90 is #2AD26F. Grayscale: #6A6A6A. Windows color (decimal): -2806384 or 9448917. OLE color: 9448917.

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

Color convert

RGB 213 45 144 -
CMYK 0 0.79 0.32 0.16
HSL 324.64º 0.67% 0.51% -
HSV(B) 324.64º 0.79% 0.84% -
XYZ 33.41 18.04 28.11 -
YUV 106.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 213 45 144 0 0.79 0.32 0.16 324.64 0.67 0.51
Hex D5 2D 90 0 4F 20 10 145 43 33
Octal 325 55 220 0 117 40 20 505 103 63
Binary 11010101 101101 10010000 0 1001111 100000 10000 101000101 1000011 110011

Color Harmonies of #D52D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D90

Black with #D52D90

Text Example


Text Example

White with #D52D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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