Html Css Color HEX #D92DAE Persian Rose

📋 copy color: '#D92DAE'

red 217 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #D92DAE

Tints of Persian Rose #D92DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.32%

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

R = 49.77%
G = 10.32%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D92DAE (or 0xD92DAE) is known color: Persian Rose. HEX triplet: D9, 2D and AE. RGB value is (217,45,174). Sum of RGB (Red+Green+Blue) = 217+45+174=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DAE is #26D251. Grayscale: #6E6E6E. Windows color (decimal): -2544210 or 11415001. OLE color: 11415001.

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

Color convert

RGB 217 45 174 -
CMYK 0 0.79 0.20 0.15
HSL 315º 0.69% 0.51% -
HSV(B) 315º 0.79% 0.85% -
XYZ 37.19 19.68 41.88 -
YUV 111.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 217 45 174 0 0.79 0.20 0.15 315 0.69 0.51
Hex D9 2D AE 0 4F 14 F 13B 45 33
Octal 331 55 256 0 117 24 17 473 105 63
Binary 11011001 101101 10101110 0 1001111 10100 1111 100111011 1000101 110011

Color Harmonies of #D92DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92DAE

Black with #D92DAE

Text Example


Text Example

White with #D92DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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