Html Css Color HEX #DF30AD Persian Rose

📋 copy color: '#DF30AD'

red 223 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #DF30AD

Tints of Persian Rose #DF30AD

RGB

 RED value IS 223 (87.5% from 255) = 50.23%

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

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

R = 50.23%
G = 10.81%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF30AD (or 0xDF30AD) is known color: Persian Rose. HEX triplet: DF, 30 and AD. RGB value is (223,48,173). Sum of RGB (Red+Green+Blue) = 223+48+173=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF30AD is #20CF52. Grayscale: #727272. Windows color (decimal): -2150227 or 11350239. OLE color: 11350239.

HSL color Cylindrical-coordinate representation of color #DF30AD: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF30AD is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 173 -
CMYK 0 0.78 0.22 0.13
HSL 317.14º 0.73% 0.53% -
HSV(B) 317.14º 0.78% 0.87% -
XYZ 39.03 20.82 41.5 -
YUV 114.58 160.98 205.34 -
System Red Green Blue C M Y K H S L
Decimal 223 48 173 0 0.78 0.22 0.13 317.14 0.73 0.53
Hex DF 30 AD 0 4E 16 D 13D 49 35
Octal 337 60 255 0 116 26 15 475 111 65
Binary 11011111 110000 10101101 0 1001110 10110 1101 100111101 1001001 110101

Color Harmonies of #DF30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30AD

Black with #DF30AD

Text Example


Text Example

White with #DF30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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