Html Css Color HEX #D732AC Deep Cerise

📋 copy color: '#D732AC'

red 215 ◦ green 50 ◦ blue 172

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

Shades of Deep Cerise #D732AC

Tints of Deep Cerise #D732AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 49.2%
G = 11.44%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D732AC (or 0xD732AC) is known color: Deep Cerise. HEX triplet: D7, 32 and AC. RGB value is (215,50,172). Sum of RGB (Red+Green+Blue) = 215+50+172=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D732AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732AC is #28CD53. Grayscale: #707070. Windows color (decimal): -2674004 or 11285207. OLE color: 11285207.

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

Color convert

RGB 215 50 172 -
CMYK 0 0.77 0.2 0.16
HSL 315.64º 0.67% 0.52% -
HSV(B) 315.64º 0.77% 0.84% -
XYZ 36.61 19.71 40.9 -
YUV 113.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 215 50 172 0 0.77 0.2 0.16 315.64 0.67 0.52
Hex D7 32 AC 0 4D 14 10 13C 43 34
Octal 327 62 254 0 115 24 20 474 103 64
Binary 11010111 110010 10101100 0 1001101 10100 10000 100111100 1000011 110100

Color Harmonies of #D732AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D732AC

Black with #D732AC

Text Example


Text Example

White with #D732AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D732AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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