Html Css Color HEX #D932AC Deep Cerise

📋 copy color: '#D932AC'

red 217 ◦ green 50 ◦ blue 172

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

Shades of Deep Cerise #D932AC

Tints of Deep Cerise #D932AC

RGB

 RED value IS 217 (85.16% from 255) = 49.43%

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

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

R = 49.43%
G = 11.39%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D932AC (or 0xD932AC) is known color: Deep Cerise. HEX triplet: D9, 32 and AC. RGB value is (217,50,172). Sum of RGB (Red+Green+Blue) = 217+50+172=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D932AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932AC is #26CD53. Grayscale: #717171. Windows color (decimal): -2542932 or 11285209. OLE color: 11285209.

HSL color Cylindrical-coordinate representation of color #D932AC: hue angle of 316.17º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D932AC is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 172 -
CMYK 0 0.77 0.21 0.15
HSL 316.17º 0.69% 0.52% -
HSV(B) 316.17º 0.77% 0.85% -
XYZ 37.2 20.01 40.93 -
YUV 113.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 217 50 172 0 0.77 0.21 0.15 316.17 0.69 0.52
Hex D9 32 AC 0 4D 15 F 13C 45 34
Octal 331 62 254 0 115 25 17 474 105 64
Binary 11011001 110010 10101100 0 1001101 10101 1111 100111100 1000101 110100

Color Harmonies of #D932AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D932AC

Black with #D932AC

Text Example


Text Example

White with #D932AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D932AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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