Html Css Color HEX #D92EAF Persian Rose

📋 copy color: '#D92EAF'

red 217 ◦ green 46 ◦ blue 175

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

Shades of Persian Rose #D92EAF

Tints of Persian Rose #D92EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 49.54%
G = 10.5%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D92EAF (or 0xD92EAF) is known color: Persian Rose. HEX triplet: D9, 2E and AF. RGB value is (217,46,175). Sum of RGB (Red+Green+Blue) = 217+46+175=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D92EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92EAF is #26D150. Grayscale: #6F6F6F. Windows color (decimal): -2543953 or 11480793. OLE color: 11480793.

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

Color convert

RGB 217 46 175 -
CMYK 0 0.79 0.19 0.15
HSL 314.74º 0.69% 0.52% -
HSV(B) 314.74º 0.79% 0.85% -
XYZ 37.33 19.8 42.41 -
YUV 111.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 217 46 175 0 0.79 0.19 0.15 314.74 0.69 0.52
Hex D9 2E AF 0 4F 13 F 13B 45 34
Octal 331 56 257 0 117 23 17 473 105 64
Binary 11011001 101110 10101111 0 1001111 10011 1111 100111011 1000101 110100

Color Harmonies of #D92EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92EAF

Black with #D92EAF

Text Example


Text Example

White with #D92EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92EAF; }

 p { color: rgb(217,46,175); }

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

background-color css

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

 a { background-color: rgb(217,46,175); }

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

border-color css

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

 span { border-color: rgb(217,46,175); }

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