Html Css Color HEX #D7328D Deep Cerise

📋 copy color: '#D7328D'

red 215 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #D7328D

Tints of Deep Cerise #D7328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 52.96%
G = 12.32%
B = 34.73%

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

#D7328D (or 0xD7328D) is known color: Deep Cerise. HEX triplet: D7, 32 and 8D. RGB value is (215,50,141). Sum of RGB (Red+Green+Blue) = 215+50+141=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7328D is #28CD72. Grayscale: #6D6D6D. Windows color (decimal): -2674035 or 9253591. OLE color: 9253591.

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

Color convert

RGB 215 50 141 -
CMYK 0 0.77 0.34 0.16
HSL 326.91º 0.67% 0.52% -
HSV(B) 326.91º 0.77% 0.84% -
XYZ 33.97 18.65 27.01 -
YUV 109.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 215 50 141 0 0.77 0.34 0.16 326.91 0.67 0.52
Hex D7 32 8D 0 4D 22 10 147 43 34
Octal 327 62 215 0 115 42 20 507 103 64
Binary 11010111 110010 10001101 0 1001101 100010 10000 101000111 1000011 110100

Color Harmonies of #D7328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7328D

Black with #D7328D

Text Example


Text Example

White with #D7328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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