Html Css Color HEX #D92DAB Persian Rose

📋 copy color: '#D92DAB'

red 217 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #D92DAB

Tints of Persian Rose #D92DAB

RGB

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

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

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

R = 50.12%
G = 10.39%
B = 39.49%

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

#D92DAB (or 0xD92DAB) is known color: Persian Rose. HEX triplet: D9, 2D and AB. RGB value is (217,45,171). Sum of RGB (Red+Green+Blue) = 217+45+171=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DAB is #26D254. Grayscale: #6E6E6E. Windows color (decimal): -2544213 or 11218393. OLE color: 11218393.

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

Color convert

RGB 217 45 171 -
CMYK 0 0.79 0.21 0.15
HSL 316.05º 0.69% 0.51% -
HSV(B) 316.05º 0.79% 0.85% -
XYZ 36.9 19.57 40.36 -
YUV 110.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 217 45 171 0 0.79 0.21 0.15 316.05 0.69 0.51
Hex D9 2D AB 0 4F 15 F 13C 45 33
Octal 331 55 253 0 117 25 17 474 105 63
Binary 11011001 101101 10101011 0 1001111 10101 1111 100111100 1000101 110011

Color Harmonies of #D92DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92DAB

Black with #D92DAB

Text Example


Text Example

White with #D92DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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