Html Css Color HEX #D52D9F Deep Cerise

📋 copy color: '#D52D9F'

red 213 ◦ green 45 ◦ blue 159

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

Shades of Deep Cerise #D52D9F

Tints of Deep Cerise #D52D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 51.08%
G = 10.79%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D52D9F (or 0xD52D9F) is known color: Deep Cerise. HEX triplet: D5, 2D and 9F. RGB value is (213,45,159). Sum of RGB (Red+Green+Blue) = 213+45+159=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D9F is #2AD260. Grayscale: #6B6B6B. Windows color (decimal): -2806369 or 10431957. OLE color: 10431957.

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

Color convert

RGB 213 45 159 -
CMYK 0 0.79 0.25 0.16
HSL 319.29º 0.67% 0.51% -
HSV(B) 319.29º 0.79% 0.84% -
XYZ 34.64 18.53 34.55 -
YUV 108.23 156.66 202.73 -
System Red Green Blue C M Y K H S L
Decimal 213 45 159 0 0.79 0.25 0.16 319.29 0.67 0.51
Hex D5 2D 9F 0 4F 19 10 13F 43 33
Octal 325 55 237 0 117 31 20 477 103 63
Binary 11010101 101101 10011111 0 1001111 11001 10000 100111111 1000011 110011

Color Harmonies of #D52D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D9F

Black with #D52D9F

Text Example


Text Example

White with #D52D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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