Html Css Color HEX #D929AB Persian Rose

📋 copy color: '#D929AB'

red 217 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #D929AB

Tints of Persian Rose #D929AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

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

R = 50.58%
G = 9.56%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D929AB (or 0xD929AB) is known color: Persian Rose. HEX triplet: D9, 29 and AB. RGB value is (217,41,171). Sum of RGB (Red+Green+Blue) = 217+41+171=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D929AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929AB is #26D654. Grayscale: #6C6C6C. Windows color (decimal): -2545237 or 11217369. OLE color: 11217369.

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

Color convert

RGB 217 41 171 -
CMYK 0 0.81 0.21 0.15
HSL 315.68º 0.7% 0.51% -
HSV(B) 315.68º 0.81% 0.85% -
XYZ 36.76 19.28 40.31 -
YUV 108.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 217 41 171 0 0.81 0.21 0.15 315.68 0.7 0.51
Hex D9 29 AB 0 51 15 F 13C 46 33
Octal 331 51 253 0 121 25 17 474 106 63
Binary 11011001 101001 10101011 0 1010001 10101 1111 100111100 1000110 110011

Color Harmonies of #D929AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929AB

Black with #D929AB

Text Example


Text Example

White with #D929AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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