Html Css Color HEX #D929AC Persian Rose

📋 copy color: '#D929AC'

red 217 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #D929AC

Tints of Persian Rose #D929AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 50.47%
G = 9.53%
B = 40%

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

#D929AC (or 0xD929AC) is known color: Persian Rose. HEX triplet: D9, 29 and AC. RGB value is (217,41,172). Sum of RGB (Red+Green+Blue) = 217+41+172=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D929AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929AC is #26D653. Grayscale: #6C6C6C. Windows color (decimal): -2545236 or 11282905. OLE color: 11282905.

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

Color convert

RGB 217 41 172 -
CMYK 0 0.81 0.21 0.15
HSL 315.34º 0.7% 0.51% -
HSV(B) 315.34º 0.81% 0.85% -
XYZ 36.85 19.32 40.82 -
YUV 108.56 163.81 205.35 -
System Red Green Blue C M Y K H S L
Decimal 217 41 172 0 0.81 0.21 0.15 315.34 0.7 0.51
Hex D9 29 AC 0 51 15 F 13B 46 33
Octal 331 51 254 0 121 25 17 473 106 63
Binary 11011001 101001 10101100 0 1010001 10101 1111 100111011 1000110 110011

Color Harmonies of #D929AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929AC

Black with #D929AC

Text Example


Text Example

White with #D929AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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