Html Css Color HEX #D7328C Deep Cerise

📋 copy color: '#D7328C'

red 215 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #D7328C

Tints of Deep Cerise #D7328C

RGB

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

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

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

R = 53.09%
G = 12.35%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7328C (or 0xD7328C) is known color: Deep Cerise. HEX triplet: D7, 32 and 8C. RGB value is (215,50,140). Sum of RGB (Red+Green+Blue) = 215+50+140=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7328C is #28CD73. Grayscale: #6D6D6D. Windows color (decimal): -2674036 or 9188055. OLE color: 9188055.

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

Color convert

RGB 215 50 140 -
CMYK 0 0.77 0.35 0.16
HSL 327.27º 0.67% 0.52% -
HSV(B) 327.27º 0.77% 0.84% -
XYZ 33.9 18.62 26.62 -
YUV 109.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 215 50 140 0 0.77 0.35 0.16 327.27 0.67 0.52
Hex D7 32 8C 0 4D 23 10 147 43 34
Octal 327 62 214 0 115 43 20 507 103 64
Binary 11010111 110010 10001100 0 1001101 100011 10000 101000111 1000011 110100

Color Harmonies of #D7328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7328C

Black with #D7328C

Text Example


Text Example

White with #D7328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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