Html Css Color HEX #D7329E Deep Cerise

📋 copy color: '#D7329E'

red 215 ◦ green 50 ◦ blue 158

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

Shades of Deep Cerise #D7329E

Tints of Deep Cerise #D7329E

RGB

 RED value IS 215 (84.38% from 255) = 50.83%

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

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 50.83%
G = 11.82%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7329E (or 0xD7329E) is known color: Deep Cerise. HEX triplet: D7, 32 and 9E. RGB value is (215,50,158). Sum of RGB (Red+Green+Blue) = 215+50+158=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7329E is #28CD61. Grayscale: #6F6F6F. Windows color (decimal): -2674018 or 10367703. OLE color: 10367703.

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

Color convert

RGB 215 50 158 -
CMYK 0 0.77 0.27 0.16
HSL 320.73º 0.67% 0.52% -
HSV(B) 320.73º 0.77% 0.84% -
XYZ 35.34 19.2 34.19 -
YUV 111.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 215 50 158 0 0.77 0.27 0.16 320.73 0.67 0.52
Hex D7 32 9E 0 4D 1B 10 141 43 34
Octal 327 62 236 0 115 33 20 501 103 64
Binary 11010111 110010 10011110 0 1001101 11011 10000 101000001 1000011 110100

Color Harmonies of #D7329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7329E

Black with #D7329E

Text Example


Text Example

White with #D7329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7329E; }

 p { color: rgb(215,50,158); }

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

background-color css

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

 a { background-color: rgb(215,50,158); }

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

border-color css

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

 span { border-color: rgb(215,50,158); }

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