Html Css Color HEX #D5329D Deep Cerise

📋 copy color: '#D5329D'

red 213 ◦ green 50 ◦ blue 157

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

Shades of Deep Cerise #D5329D

Tints of Deep Cerise #D5329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 50.71%
G = 11.9%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5329D (or 0xD5329D) is known color: Deep Cerise. HEX triplet: D5, 32 and 9D. RGB value is (213,50,157). Sum of RGB (Red+Green+Blue) = 213+50+157=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5329D is #2ACD62. Grayscale: #6E6E6E. Windows color (decimal): -2805091 or 10302165. OLE color: 10302165.

HSL color Cylindrical-coordinate representation of color #D5329D: hue angle of 320.61º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5329D is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 157 -
CMYK 0 0.77 0.26 0.16
HSL 320.61º 0.66% 0.52% -
HSV(B) 320.61º 0.77% 0.84% -
XYZ 34.67 18.86 33.71 -
YUV 110.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 213 50 157 0 0.77 0.26 0.16 320.61 0.66 0.52
Hex D5 32 9D 0 4D 1A 10 141 42 34
Octal 325 62 235 0 115 32 20 501 102 64
Binary 11010101 110010 10011101 0 1001101 11010 10000 101000001 1000010 110100

Color Harmonies of #D5329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5329D

Black with #D5329D

Text Example


Text Example

White with #D5329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5329D; }

 p { color: rgb(213,50,157); }

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

background-color css

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

 a { background-color: rgb(213,50,157); }

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

border-color css

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

 span { border-color: rgb(213,50,157); }

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