Html Css Color HEX #D5329F Deep Cerise

📋 copy color: '#D5329F'

red 213 ◦ green 50 ◦ blue 159

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

Shades of Deep Cerise #D5329F

Tints of Deep Cerise #D5329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 50.47%
G = 11.85%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5329F (or 0xD5329F) is known color: Deep Cerise. HEX triplet: D5, 32 and 9F. RGB value is (213,50,159). Sum of RGB (Red+Green+Blue) = 213+50+159=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5329F is #2ACD60. Grayscale: #6E6E6E. Windows color (decimal): -2805089 or 10433237. OLE color: 10433237.

HSL color Cylindrical-coordinate representation of color #D5329F: hue angle of 319.88º 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 #D5329F is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 159 -
CMYK 0 0.77 0.25 0.16
HSL 319.88º 0.66% 0.52% -
HSV(B) 319.88º 0.77% 0.84% -
XYZ 34.84 18.93 34.62 -
YUV 111.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 213 50 159 0 0.77 0.25 0.16 319.88 0.66 0.52
Hex D5 32 9F 0 4D 19 10 140 42 34
Octal 325 62 237 0 115 31 20 500 102 64
Binary 11010101 110010 10011111 0 1001101 11001 10000 101000000 1000010 110100

Color Harmonies of #D5329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5329F

Black with #D5329F

Text Example


Text Example

White with #D5329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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