Html Css Color HEX #D52E9B Deep Cerise

📋 copy color: '#D52E9B'

red 213 ◦ green 46 ◦ blue 155

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

Shades of Deep Cerise #D52E9B

Tints of Deep Cerise #D52E9B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.11%

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 51.45%
G = 11.11%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D52E9B (or 0xD52E9B) is known color: Deep Cerise. HEX triplet: D5, 2E and 9B. RGB value is (213,46,155). Sum of RGB (Red+Green+Blue) = 213+46+155=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E9B is #2AD164. Grayscale: #6C6C6C. Windows color (decimal): -2806117 or 10170069. OLE color: 10170069.

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

Color convert

RGB 213 46 155 -
CMYK 0 0.78 0.27 0.16
HSL 320.84º 0.67% 0.51% -
HSV(B) 320.84º 0.78% 0.84% -
XYZ 34.33 18.47 32.77 -
YUV 108.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 213 46 155 0 0.78 0.27 0.16 320.84 0.67 0.51
Hex D5 2E 9B 0 4E 1B 10 141 43 33
Octal 325 56 233 0 116 33 20 501 103 63
Binary 11010101 101110 10011011 0 1001110 11011 10000 101000001 1000011 110011

Color Harmonies of #D52E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E9B

Black with #D52E9B

Text Example


Text Example

White with #D52E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E9B; }

 p { color: rgb(213,46,155); }

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

background-color css

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

 a { background-color: rgb(213,46,155); }

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

border-color css

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

 span { border-color: rgb(213,46,155); }

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