Html Css Color HEX #DF30A7 Persian Rose

📋 copy color: '#DF30A7'

red 223 ◦ green 48 ◦ blue 167

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

Shades of Persian Rose #DF30A7

Tints of Persian Rose #DF30A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.13%

R = 50.91%
G = 10.96%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF30A7 (or 0xDF30A7) is known color: Persian Rose. HEX triplet: DF, 30 and A7. RGB value is (223,48,167). Sum of RGB (Red+Green+Blue) = 223+48+167=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF30A7 is #20CF58. Grayscale: #717171. Windows color (decimal): -2150233 or 10957023. OLE color: 10957023.

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

Color convert

RGB 223 48 167 -
CMYK 0 0.78 0.25 0.13
HSL 319.2º 0.73% 0.53% -
HSV(B) 319.2º 0.78% 0.87% -
XYZ 38.46 20.59 38.51 -
YUV 113.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 223 48 167 0 0.78 0.25 0.13 319.2 0.73 0.53
Hex DF 30 A7 0 4E 19 D 13F 49 35
Octal 337 60 247 0 116 31 15 477 111 65
Binary 11011111 110000 10100111 0 1001110 11001 1101 100111111 1001001 110101

Color Harmonies of #DF30A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF30A7

Black with #DF30A7

Text Example


Text Example

White with #DF30A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF30A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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