Html Css Color HEX #D52381 Deep Cerise

📋 copy color: '#D52381'

red 213 ◦ green 35 ◦ blue 129

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

Shades of Deep Cerise #D52381

Tints of Deep Cerise #D52381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.28%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 56.5%
G = 9.28%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D52381 (or 0xD52381) is known color: Deep Cerise. HEX triplet: D5, 23 and 81. RGB value is (213,35,129). Sum of RGB (Red+Green+Blue) = 213+35+129=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D52381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52381 is #2ADC7E. Grayscale: #626262. Windows color (decimal): -2808959 or 8463317. OLE color: 8463317.

HSL color Cylindrical-coordinate representation of color #D52381: hue angle of 328.31º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52381 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 129 -
CMYK 0 0.84 0.39 0.16
HSL 328.31º 0.72% 0.49% -
HSV(B) 328.31º 0.84% 0.84% -
XYZ 32 16.93 22.35 -
YUV 98.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 213 35 129 0 0.84 0.39 0.16 328.31 0.72 0.49
Hex D5 23 81 0 54 27 10 148 48 31
Octal 325 43 201 0 124 47 20 510 110 61
Binary 11010101 100011 10000001 0 1010100 100111 10000 101001000 1001000 110001

Color Harmonies of #D52381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52381

Black with #D52381

Text Example


Text Example

White with #D52381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52381; }

 p { color: rgb(213,35,129); }

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

background-color css

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

 a { background-color: rgb(213,35,129); }

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

border-color css

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

 span { border-color: rgb(213,35,129); }

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