Html Css Color HEX #D5328C Deep Cerise

📋 copy color: '#D5328C'

red 213 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #D5328C

Tints of Deep Cerise #D5328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 52.85%
G = 12.41%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5328C (or 0xD5328C) is known color: Deep Cerise. HEX triplet: D5, 32 and 8C. RGB value is (213,50,140). Sum of RGB (Red+Green+Blue) = 213+50+140=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5328C is #2ACD73. Grayscale: #6C6C6C. Windows color (decimal): -2805108 or 9188053. OLE color: 9188053.

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

Color convert

RGB 213 50 140 -
CMYK 0 0.77 0.34 0.16
HSL 326.87º 0.66% 0.52% -
HSV(B) 326.87º 0.77% 0.84% -
XYZ 33.31 18.32 26.59 -
YUV 109 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 213 50 140 0 0.77 0.34 0.16 326.87 0.66 0.52
Hex D5 32 8C 0 4D 22 10 147 42 34
Octal 325 62 214 0 115 42 20 507 102 64
Binary 11010101 110010 10001100 0 1001101 100010 10000 101000111 1000010 110100

Color Harmonies of #D5328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5328C

Black with #D5328C

Text Example


Text Example

White with #D5328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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