Html Css Color HEX #D52BAE Deep Cerise

📋 copy color: '#D52BAE'

red 213 ◦ green 43 ◦ blue 174

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

Shades of Deep Cerise #D52BAE

Tints of Deep Cerise #D52BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 49.53%
G = 10%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D52BAE (or 0xD52BAE) is known color: Deep Cerise. HEX triplet: D5, 2B and AE. RGB value is (213,43,174). Sum of RGB (Red+Green+Blue) = 213+43+174=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52BAE is #2AD451. Grayscale: #6C6C6C. Windows color (decimal): -2806866 or 11414485. OLE color: 11414485.

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

Color convert

RGB 213 43 174 -
CMYK 0 0.80 0.18 0.16
HSL 313.76º 0.67% 0.5% -
HSV(B) 313.76º 0.8% 0.84% -
XYZ 35.94 18.93 41.8 -
YUV 108.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 213 43 174 0 0.80 0.18 0.16 313.76 0.67 0.5
Hex D5 2B AE 0 50 12 10 13A 43 32
Octal 325 53 256 0 120 22 20 472 103 62
Binary 11010101 101011 10101110 0 1010000 10010 10000 100111010 1000011 110010

Color Harmonies of #D52BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BAE

Black with #D52BAE

Text Example


Text Example

White with #D52BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BAE; }

 p { color: rgb(213,43,174); }

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

background-color css

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

 a { background-color: rgb(213,43,174); }

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

border-color css

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

 span { border-color: rgb(213,43,174); }

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