Html Css Color HEX #D830AD Persian Rose

📋 copy color: '#D830AD'

red 216 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #D830AD

Tints of Persian Rose #D830AD

RGB

 RED value IS 216 (84.77% from 255) = 49.43%

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

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

R = 49.43%
G = 10.98%
B = 39.59%

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

#D830AD (or 0xD830AD) is known color: Persian Rose. HEX triplet: D8, 30 and AD. RGB value is (216,48,173). Sum of RGB (Red+Green+Blue) = 216+48+173=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D830AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D830AD is #27CF52. Grayscale: #707070. Windows color (decimal): -2608979 or 11350232. OLE color: 11350232.

HSL color Cylindrical-coordinate representation of color #D830AD: hue angle of 315.36º degrees, saturation: 0.68, 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 #D830AD is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 173 -
CMYK 0 0.78 0.20 0.15
HSL 315.36º 0.68% 0.52% -
HSV(B) 315.36º 0.78% 0.85% -
XYZ 36.92 19.73 41.4 -
YUV 112.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 216 48 173 0 0.78 0.20 0.15 315.36 0.68 0.52
Hex D8 30 AD 0 4E 14 F 13B 44 34
Octal 330 60 255 0 116 24 17 473 104 64
Binary 11011000 110000 10101101 0 1001110 10100 1111 100111011 1000100 110100

Color Harmonies of #D830AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830AD

Black with #D830AD

Text Example


Text Example

White with #D830AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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