Html Css Color HEX #DF41B1 Persian Rose

📋 copy color: '#DF41B1'

red 223 ◦ green 65 ◦ blue 177

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

Shades of Persian Rose #DF41B1

Tints of Persian Rose #DF41B1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.98%

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

R = 47.96%
G = 13.98%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF41B1 (or 0xDF41B1) is known color: Persian Rose. HEX triplet: DF, 41 and B1. RGB value is (223,65,177). Sum of RGB (Red+Green+Blue) = 223+65+177=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF41B1 is #20BE4E. Grayscale: #7C7C7C. Windows color (decimal): -2145871 or 11616735. OLE color: 11616735.

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

Color convert

RGB 223 65 177 -
CMYK 0 0.71 0.21 0.13
HSL 317.47º 0.71% 0.56% -
HSV(B) 317.47º 0.71% 0.87% -
XYZ 40.26 22.64 43.84 -
YUV 125.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 223 65 177 0 0.71 0.21 0.13 317.47 0.71 0.56
Hex DF 41 B1 0 47 15 D 13D 47 38
Octal 337 101 261 0 107 25 15 475 107 70
Binary 11011111 1000001 10110001 0 1000111 10101 1101 100111101 1000111 111000

Color Harmonies of #DF41B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41B1

Black with #DF41B1

Text Example


Text Example

White with #DF41B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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