Html Css Color HEX #DF3FAF Persian Rose

📋 copy color: '#DF3FAF'

red 223 ◦ green 63 ◦ blue 175

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

Shades of Persian Rose #DF3FAF

Tints of Persian Rose #DF3FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 48.37%
G = 13.67%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF3FAF (or 0xDF3FAF) is known color: Persian Rose. HEX triplet: DF, 3F and AF. RGB value is (223,63,175). Sum of RGB (Red+Green+Blue) = 223+63+175=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3FAF is #20C050. Grayscale: #7B7B7B. Windows color (decimal): -2146385 or 11485151. OLE color: 11485151.

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

Color convert

RGB 223 63 175 -
CMYK 0 0.72 0.22 0.13
HSL 318º 0.71% 0.56% -
HSV(B) 318º 0.72% 0.87% -
XYZ 39.95 22.34 42.76 -
YUV 123.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 223 63 175 0 0.72 0.22 0.13 318 0.71 0.56
Hex DF 3F AF 0 48 16 D 13E 47 38
Octal 337 77 257 0 110 26 15 476 107 70
Binary 11011111 111111 10101111 0 1001000 10110 1101 100111110 1000111 111000

Color Harmonies of #DF3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3FAF

Black with #DF3FAF

Text Example


Text Example

White with #DF3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3FAF; }

 p { color: rgb(223,63,175); }

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

background-color css

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

 a { background-color: rgb(223,63,175); }

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

border-color css

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

 span { border-color: rgb(223,63,175); }

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