Html Css Color HEX #D52D9A Deep Cerise

📋 copy color: '#D52D9A'

red 213 ◦ green 45 ◦ blue 154

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

Shades of Deep Cerise #D52D9A

Tints of Deep Cerise #D52D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 51.7%
G = 10.92%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D52D9A (or 0xD52D9A) is known color: Deep Cerise. HEX triplet: D5, 2D and 9A. RGB value is (213,45,154). Sum of RGB (Red+Green+Blue) = 213+45+154=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D9A is #2AD265. Grayscale: #6B6B6B. Windows color (decimal): -2806374 or 10104277. OLE color: 10104277.

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

Color convert

RGB 213 45 154 -
CMYK 0 0.79 0.28 0.16
HSL 321.07º 0.67% 0.51% -
HSV(B) 321.07º 0.79% 0.84% -
XYZ 34.21 18.36 32.31 -
YUV 107.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 213 45 154 0 0.79 0.28 0.16 321.07 0.67 0.51
Hex D5 2D 9A 0 4F 1C 10 141 43 33
Octal 325 55 232 0 117 34 20 501 103 63
Binary 11010101 101101 10011010 0 1001111 11100 10000 101000001 1000011 110011

Color Harmonies of #D52D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D9A

Black with #D52D9A

Text Example


Text Example

White with #D52D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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