Html Css Color HEX #D52181 Deep Cerise

📋 copy color: '#D52181'

red 213 ◦ green 33 ◦ blue 129

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

Shades of Deep Cerise #D52181

Tints of Deep Cerise #D52181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

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

R = 56.8%
G = 8.8%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D52181 (or 0xD52181) is known color: Deep Cerise. HEX triplet: D5, 21 and 81. RGB value is (213,33,129). Sum of RGB (Red+Green+Blue) = 213+33+129=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D52181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52181 is #2ADE7E. Grayscale: #616161. Windows color (decimal): -2809471 or 8462805. OLE color: 8462805.

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

Color convert

RGB 213 33 129 -
CMYK 0 0.85 0.39 0.16
HSL 328º 0.73% 0.48% -
HSV(B) 328º 0.85% 0.84% -
XYZ 31.95 16.82 22.33 -
YUV 97.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 213 33 129 0 0.85 0.39 0.16 328 0.73 0.48
Hex D5 21 81 0 55 27 10 148 49 30
Octal 325 41 201 0 125 47 20 510 111 60
Binary 11010101 100001 10000001 0 1010101 100111 10000 101001000 1001001 110000

Color Harmonies of #D52181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52181

Black with #D52181

Text Example


Text Example

White with #D52181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52181; }

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

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

background-color css

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

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

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

border-color css

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

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

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