Html Css Color HEX #D52C81 Deep Cerise

📋 copy color: '#D52C81'

red 213 ◦ green 44 ◦ blue 129

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

Shades of Deep Cerise #D52C81

Tints of Deep Cerise #D52C81

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.4%

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

R = 55.18%
G = 11.4%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D52C81 (or 0xD52C81) is known color: Deep Cerise. HEX triplet: D5, 2C and 81. RGB value is (213,44,129). Sum of RGB (Red+Green+Blue) = 213+44+129=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52C81 is #2AD37E. Grayscale: #686868. Windows color (decimal): -2806655 or 8465621. OLE color: 8465621.

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

Color convert

RGB 213 44 129 -
CMYK 0 0.79 0.39 0.16
HSL 329.82º 0.67% 0.5% -
HSV(B) 329.82º 0.79% 0.84% -
XYZ 32.3 17.53 22.45 -
YUV 104.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 213 44 129 0 0.79 0.39 0.16 329.82 0.67 0.5
Hex D5 2C 81 0 4F 27 10 14A 43 32
Octal 325 54 201 0 117 47 20 512 103 62
Binary 11010101 101100 10000001 0 1001111 100111 10000 101001010 1000011 110010

Color Harmonies of #D52C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C81

Black with #D52C81

Text Example


Text Example

White with #D52C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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