Html Css Color HEX #D52DAC Deep Cerise

📋 copy color: '#D52DAC'

red 213 ◦ green 45 ◦ blue 172

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

Shades of Deep Cerise #D52DAC

Tints of Deep Cerise #D52DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 49.53%
G = 10.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D52DAC (or 0xD52DAC) is known color: Deep Cerise. HEX triplet: D5, 2D and AC. RGB value is (213,45,172). Sum of RGB (Red+Green+Blue) = 213+45+172=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DAC is #2AD253. Grayscale: #6D6D6D. Windows color (decimal): -2806356 or 11283925. OLE color: 11283925.

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

Color convert

RGB 213 45 172 -
CMYK 0 0.79 0.19 0.16
HSL 314.64º 0.67% 0.51% -
HSV(B) 314.64º 0.79% 0.84% -
XYZ 35.83 19 40.81 -
YUV 109.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 213 45 172 0 0.79 0.19 0.16 314.64 0.67 0.51
Hex D5 2D AC 0 4F 13 10 13B 43 33
Octal 325 55 254 0 117 23 20 473 103 63
Binary 11010101 101101 10101100 0 1001111 10011 10000 100111011 1000011 110011

Color Harmonies of #D52DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DAC

Black with #D52DAC

Text Example


Text Example

White with #D52DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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