Html Css Color HEX #D930AD Persian Rose

📋 copy color: '#D930AD'

red 217 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #D930AD

Tints of Persian Rose #D930AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.96%

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 49.54%
G = 10.96%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D930AD (or 0xD930AD) is known color: Persian Rose. HEX triplet: D9, 30 and AD. RGB value is (217,48,173). Sum of RGB (Red+Green+Blue) = 217+48+173=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D930AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930AD is #26CF52. Grayscale: #707070. Windows color (decimal): -2543443 or 11350233. OLE color: 11350233.

HSL color Cylindrical-coordinate representation of color #D930AD: hue angle of 315.62º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D930AD is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 173 -
CMYK 0 0.78 0.20 0.15
HSL 315.62º 0.69% 0.52% -
HSV(B) 315.62º 0.78% 0.85% -
XYZ 37.22 19.88 41.41 -
YUV 112.78 161.99 202.34 -
System Red Green Blue C M Y K H S L
Decimal 217 48 173 0 0.78 0.20 0.15 315.62 0.69 0.52
Hex D9 30 AD 0 4E 14 F 13C 45 34
Octal 331 60 255 0 116 24 17 474 105 64
Binary 11011001 110000 10101101 0 1001110 10100 1111 100111100 1000101 110100

Color Harmonies of #D930AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930AD

Black with #D930AD

Text Example


Text Example

White with #D930AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930AD; }

 p { color: rgb(217,48,173); }

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

background-color css

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

 a { background-color: rgb(217,48,173); }

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

border-color css

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

 span { border-color: rgb(217,48,173); }

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