Html Css Color HEX #D5328E Deep Cerise

📋 copy color: '#D5328E'

red 213 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #D5328E

Tints of Deep Cerise #D5328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 52.59%
G = 12.35%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5328E (or 0xD5328E) is known color: Deep Cerise. HEX triplet: D5, 32 and 8E. RGB value is (213,50,142). Sum of RGB (Red+Green+Blue) = 213+50+142=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5328E is #2ACD71. Grayscale: #6D6D6D. Windows color (decimal): -2805106 or 9319125. OLE color: 9319125.

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

Color convert

RGB 213 50 142 -
CMYK 0 0.77 0.33 0.16
HSL 326.14º 0.66% 0.52% -
HSV(B) 326.14º 0.77% 0.84% -
XYZ 33.46 18.38 27.38 -
YUV 109.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 213 50 142 0 0.77 0.33 0.16 326.14 0.66 0.52
Hex D5 32 8E 0 4D 21 10 146 42 34
Octal 325 62 216 0 115 41 20 506 102 64
Binary 11010101 110010 10001110 0 1001101 100001 10000 101000110 1000010 110100

Color Harmonies of #D5328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5328E

Black with #D5328E

Text Example


Text Example

White with #D5328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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