Html Css Color HEX #D926A9 Persian Rose

📋 copy color: '#D926A9'

red 217 ◦ green 38 ◦ blue 169

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

Shades of Persian Rose #D926A9

Tints of Persian Rose #D926A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.96%

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 51.18%
G = 8.96%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D926A9 (or 0xD926A9) is known color: Persian Rose. HEX triplet: D9, 26 and A9. RGB value is (217,38,169). Sum of RGB (Red+Green+Blue) = 217+38+169=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D926A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D926A9 is #26D956. Grayscale: #6A6A6A. Windows color (decimal): -2546007 or 11085529. OLE color: 11085529.

HSL color Cylindrical-coordinate representation of color #D926A9: hue angle of 316.09º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D926A9 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 169 -
CMYK 0 0.82 0.22 0.15
HSL 316.09º 0.7% 0.5% -
HSV(B) 316.09º 0.82% 0.85% -
XYZ 36.47 19 39.28 -
YUV 106.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 217 38 169 0 0.82 0.22 0.15 316.09 0.7 0.5
Hex D9 26 A9 0 52 16 F 13C 46 32
Octal 331 46 251 0 122 26 17 474 106 62
Binary 11011001 100110 10101001 0 1010010 10110 1111 100111100 1000110 110010

Color Harmonies of #D926A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D926A9

Black with #D926A9

Text Example


Text Example

White with #D926A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D926A9; }

 p { color: rgb(217,38,169); }

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

background-color css

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

 a { background-color: rgb(217,38,169); }

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

border-color css

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

 span { border-color: rgb(217,38,169); }

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