Html Css Color HEX #D92EAB Persian Rose

📋 copy color: '#D92EAB'

red 217 ◦ green 46 ◦ blue 171

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

Shades of Persian Rose #D92EAB

Tints of Persian Rose #D92EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 50%
G = 10.6%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D92EAB (or 0xD92EAB) is known color: Persian Rose. HEX triplet: D9, 2E and AB. RGB value is (217,46,171). Sum of RGB (Red+Green+Blue) = 217+46+171=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D92EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92EAB is #26D154. Grayscale: #6F6F6F. Windows color (decimal): -2543957 or 11218649. OLE color: 11218649.

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

Color convert

RGB 217 46 171 -
CMYK 0 0.79 0.21 0.15
HSL 316.14º 0.69% 0.52% -
HSV(B) 316.14º 0.79% 0.85% -
XYZ 36.94 19.65 40.37 -
YUV 111.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 217 46 171 0 0.79 0.21 0.15 316.14 0.69 0.52
Hex D9 2E AB 0 4F 15 F 13C 45 34
Octal 331 56 253 0 117 25 17 474 105 64
Binary 11011001 101110 10101011 0 1001111 10101 1111 100111100 1000101 110100

Color Harmonies of #D92EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92EAB

Black with #D92EAB

Text Example


Text Example

White with #D92EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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