Html Css Color HEX #DF30A5 Persian Rose

📋 copy color: '#DF30A5'

red 223 ◦ green 48 ◦ blue 165

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

Shades of Persian Rose #DF30A5

Tints of Persian Rose #DF30A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 51.15%
G = 11.01%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF30A5 (or 0xDF30A5) is known color: Persian Rose. HEX triplet: DF, 30 and A5. RGB value is (223,48,165). Sum of RGB (Red+Green+Blue) = 223+48+165=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF30A5 is #20CF5A. Grayscale: #717171. Windows color (decimal): -2150235 or 10825951. OLE color: 10825951.

HSL color Cylindrical-coordinate representation of color #DF30A5: hue angle of 319.89º 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 #DF30A5 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 165 -
CMYK 0 0.78 0.26 0.13
HSL 319.89º 0.73% 0.53% -
HSV(B) 319.89º 0.78% 0.87% -
XYZ 38.28 20.52 37.54 -
YUV 113.66 156.98 205.99 -
System Red Green Blue C M Y K H S L
Decimal 223 48 165 0 0.78 0.26 0.13 319.89 0.73 0.53
Hex DF 30 A5 0 4E 1A D 140 49 35
Octal 337 60 245 0 116 32 15 500 111 65
Binary 11011111 110000 10100101 0 1001110 11010 1101 101000000 1001001 110101

Color Harmonies of #DF30A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30A5

Black with #DF30A5

Text Example


Text Example

White with #DF30A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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