Html Css Color HEX #D7329B Deep Cerise

📋 copy color: '#D7329B'

red 215 ◦ green 50 ◦ blue 155

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

Shades of Deep Cerise #D7329B

Tints of Deep Cerise #D7329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 51.19%
G = 11.9%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7329B (or 0xD7329B) is known color: Deep Cerise. HEX triplet: D7, 32 and 9B. RGB value is (215,50,155). Sum of RGB (Red+Green+Blue) = 215+50+155=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7329B is #28CD64. Grayscale: #6F6F6F. Windows color (decimal): -2674021 or 10171095. OLE color: 10171095.

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

Color convert

RGB 215 50 155 -
CMYK 0 0.77 0.28 0.16
HSL 321.82º 0.67% 0.52% -
HSV(B) 321.82º 0.77% 0.84% -
XYZ 35.08 19.09 32.85 -
YUV 111.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 215 50 155 0 0.77 0.28 0.16 321.82 0.67 0.52
Hex D7 32 9B 0 4D 1C 10 142 43 34
Octal 327 62 233 0 115 34 20 502 103 64
Binary 11010111 110010 10011011 0 1001101 11100 10000 101000010 1000011 110100

Color Harmonies of #D7329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7329B

Black with #D7329B

Text Example


Text Example

White with #D7329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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