Html Css Color HEX #D932AE Persian Rose

📋 copy color: '#D932AE'

red 217 ◦ green 50 ◦ blue 174

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

Shades of Persian Rose #D932AE

Tints of Persian Rose #D932AE

RGB

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

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

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

R = 49.21%
G = 11.34%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D932AE (or 0xD932AE) is known color: Persian Rose. HEX triplet: D9, 32 and AE. RGB value is (217,50,174). Sum of RGB (Red+Green+Blue) = 217+50+174=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D932AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932AE is #26CD51. Grayscale: #717171. Windows color (decimal): -2542930 or 11416281. OLE color: 11416281.

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

Color convert

RGB 217 50 174 -
CMYK 0 0.77 0.20 0.15
HSL 315.45º 0.69% 0.52% -
HSV(B) 315.45º 0.77% 0.85% -
XYZ 37.4 20.09 41.95 -
YUV 114.07 161.83 201.42 -
System Red Green Blue C M Y K H S L
Decimal 217 50 174 0 0.77 0.20 0.15 315.45 0.69 0.52
Hex D9 32 AE 0 4D 14 F 13B 45 34
Octal 331 62 256 0 115 24 17 473 105 64
Binary 11011001 110010 10101110 0 1001101 10100 1111 100111011 1000101 110100

Color Harmonies of #D932AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D932AE

Black with #D932AE

Text Example


Text Example

White with #D932AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D932AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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