Html Css Color HEX #DF41B0 Persian Rose

📋 copy color: '#DF41B0'

red 223 ◦ green 65 ◦ blue 176

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

Shades of Persian Rose #DF41B0

Tints of Persian Rose #DF41B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 48.06%
G = 14.01%
B = 37.93%

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

#DF41B0 (or 0xDF41B0) is known color: Persian Rose. HEX triplet: DF, 41 and B0. RGB value is (223,65,176). Sum of RGB (Red+Green+Blue) = 223+65+176=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF41B0 is #20BE4F. Grayscale: #7C7C7C. Windows color (decimal): -2145872 or 11551199. OLE color: 11551199.

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

Color convert

RGB 223 65 176 -
CMYK 0 0.71 0.21 0.13
HSL 317.85º 0.71% 0.56% -
HSV(B) 317.85º 0.71% 0.87% -
XYZ 40.16 22.6 43.32 -
YUV 124.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 223 65 176 0 0.71 0.21 0.13 317.85 0.71 0.56
Hex DF 41 B0 0 47 15 D 13E 47 38
Octal 337 101 260 0 107 25 15 476 107 70
Binary 11011111 1000001 10110000 0 1000111 10101 1101 100111110 1000111 111000

Color Harmonies of #DF41B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41B0

Black with #DF41B0

Text Example


Text Example

White with #DF41B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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