Html Css Color HEX #DF2FA8 Persian Rose

📋 copy color: '#DF2FA8'

red 223 ◦ green 47 ◦ blue 168

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

Shades of Persian Rose #DF2FA8

Tints of Persian Rose #DF2FA8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.73%

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 50.91%
G = 10.73%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF2FA8 (or 0xDF2FA8) is known color: Persian Rose. HEX triplet: DF, 2F and A8. RGB value is (223,47,168). Sum of RGB (Red+Green+Blue) = 223+47+168=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FA8 is #20D057. Grayscale: #717171. Windows color (decimal): -2150488 or 11022303. OLE color: 11022303.

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

Color convert

RGB 223 47 168 -
CMYK 0 0.79 0.25 0.13
HSL 318.75º 0.73% 0.53% -
HSV(B) 318.75º 0.79% 0.87% -
XYZ 38.52 20.55 38.98 -
YUV 113.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 223 47 168 0 0.79 0.25 0.13 318.75 0.73 0.53
Hex DF 2F A8 0 4F 19 D 13F 49 35
Octal 337 57 250 0 117 31 15 477 111 65
Binary 11011111 101111 10101000 0 1001111 11001 1101 100111111 1001001 110101

Color Harmonies of #DF2FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2FA8

Black with #DF2FA8

Text Example


Text Example

White with #DF2FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2FA8; }

 p { color: rgb(223,47,168); }

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

background-color css

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

 a { background-color: rgb(223,47,168); }

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

border-color css

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

 span { border-color: rgb(223,47,168); }

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