Html Css Color HEX #D732AE Deep Cerise

📋 copy color: '#D732AE'

red 215 ◦ green 50 ◦ blue 174

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

Shades of Deep Cerise #D732AE

Tints of Deep Cerise #D732AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 48.97%
G = 11.39%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D732AE (or 0xD732AE) is known color: Deep Cerise. HEX triplet: D7, 32 and AE. RGB value is (215,50,174). Sum of RGB (Red+Green+Blue) = 215+50+174=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D732AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732AE is #28CD51. Grayscale: #717171. Windows color (decimal): -2674002 or 11416279. OLE color: 11416279.

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

Color convert

RGB 215 50 174 -
CMYK 0 0.77 0.19 0.16
HSL 314.91º 0.67% 0.52% -
HSV(B) 314.91º 0.77% 0.84% -
XYZ 36.8 19.78 41.92 -
YUV 113.47 162.16 200.42 -
System Red Green Blue C M Y K H S L
Decimal 215 50 174 0 0.77 0.19 0.16 314.91 0.67 0.52
Hex D7 32 AE 0 4D 13 10 13B 43 34
Octal 327 62 256 0 115 23 20 473 103 64
Binary 11010111 110010 10101110 0 1001101 10011 10000 100111011 1000011 110100

Color Harmonies of #D732AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D732AE

Black with #D732AE

Text Example


Text Example

White with #D732AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D732AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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