Html Css Color HEX #DF41AF Persian Rose

📋 copy color: '#DF41AF'

red 223 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #DF41AF

Tints of Persian Rose #DF41AF

RGB

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

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

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

R = 48.16%
G = 14.04%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF41AF (or 0xDF41AF) is known color: Persian Rose. HEX triplet: DF, 41 and AF. RGB value is (223,65,175). Sum of RGB (Red+Green+Blue) = 223+65+175=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF41AF is #20BE50. Grayscale: #7C7C7C. Windows color (decimal): -2145873 or 11485663. OLE color: 11485663.

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

Color convert

RGB 223 65 175 -
CMYK 0 0.71 0.22 0.13
HSL 318.23º 0.71% 0.56% -
HSV(B) 318.23º 0.71% 0.87% -
XYZ 40.06 22.56 42.8 -
YUV 124.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 223 65 175 0 0.71 0.22 0.13 318.23 0.71 0.56
Hex DF 41 AF 0 47 16 D 13E 47 38
Octal 337 101 257 0 107 26 15 476 107 70
Binary 11011111 1000001 10101111 0 1000111 10110 1101 100111110 1000111 111000

Color Harmonies of #DF41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41AF

Black with #DF41AF

Text Example


Text Example

White with #DF41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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