Html Css Color HEX #DF3FB1 Persian Rose

📋 copy color: '#DF3FB1'

red 223 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #DF3FB1

Tints of Persian Rose #DF3FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.23%

R = 48.16%
G = 13.61%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF3FB1 (or 0xDF3FB1) is known color: Persian Rose. HEX triplet: DF, 3F and B1. RGB value is (223,63,177). Sum of RGB (Red+Green+Blue) = 223+63+177=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3FB1 is #20C04E. Grayscale: #7B7B7B. Windows color (decimal): -2146383 or 11616223. OLE color: 11616223.

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

Color convert

RGB 223 63 177 -
CMYK 0 0.72 0.21 0.13
HSL 317.25º 0.71% 0.56% -
HSV(B) 317.25º 0.72% 0.87% -
XYZ 40.14 22.42 43.81 -
YUV 123.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 223 63 177 0 0.72 0.21 0.13 317.25 0.71 0.56
Hex DF 3F B1 0 48 15 D 13D 47 38
Octal 337 77 261 0 110 25 15 475 107 70
Binary 11011111 111111 10110001 0 1001000 10101 1101 100111101 1000111 111000

Color Harmonies of #DF3FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3FB1

Black with #DF3FB1

Text Example


Text Example

White with #DF3FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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