Html Css Color HEX #D932A8 Deep Cerise

📋 copy color: '#D932A8'

red 217 ◦ green 50 ◦ blue 168

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

Shades of Deep Cerise #D932A8

Tints of Deep Cerise #D932A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.62%

R = 49.89%
G = 11.49%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D932A8 (or 0xD932A8) is known color: Deep Cerise. HEX triplet: D9, 32 and A8. RGB value is (217,50,168). Sum of RGB (Red+Green+Blue) = 217+50+168=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D932A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932A8 is #26CD57. Grayscale: #717171. Windows color (decimal): -2542936 or 11023065. OLE color: 11023065.

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

Color convert

RGB 217 50 168 -
CMYK 0 0.77 0.23 0.15
HSL 317.6º 0.69% 0.52% -
HSV(B) 317.6º 0.77% 0.85% -
XYZ 36.82 19.86 38.94 -
YUV 113.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 217 50 168 0 0.77 0.23 0.15 317.6 0.69 0.52
Hex D9 32 A8 0 4D 17 F 13E 45 34
Octal 331 62 250 0 115 27 17 476 105 64
Binary 11011001 110010 10101000 0 1001101 10111 1111 100111110 1000101 110100

Color Harmonies of #D932A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D932A8

Black with #D932A8

Text Example


Text Example

White with #D932A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D932A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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