Html Css Color HEX #DF5096 French Rose

📋 copy color: '#DF5096'

red 223 ◦ green 80 ◦ blue 150

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

Shades of French Rose #DF5096

Tints of French Rose #DF5096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 49.23%
G = 17.66%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5096 (or 0xDF5096) is known color: French Rose. HEX triplet: DF, 50 and 96. RGB value is (223,80,150). Sum of RGB (Red+Green+Blue) = 223+80+150=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5096 is #20AF69. Grayscale: #828282. Windows color (decimal): -2142058 or 9851103. OLE color: 9851103.

HSL color Cylindrical-coordinate representation of color #DF5096: hue angle of 330.63º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5096 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 150 -
CMYK 0 0.64 0.33 0.13
HSL 330.63º 0.69% 0.59% -
HSV(B) 330.63º 0.64% 0.87% -
XYZ 38.81 23.63 31.37 -
YUV 130.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 223 80 150 0 0.64 0.33 0.13 330.63 0.69 0.59
Hex DF 50 96 0 40 21 D 14B 45 3B
Octal 337 120 226 0 100 41 15 513 105 73
Binary 11011111 1010000 10010110 0 1000000 100001 1101 101001011 1000101 111011

Color Harmonies of #DF5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5096

Black with #DF5096

Text Example


Text Example

White with #DF5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5096; }

 p { color: rgb(223,80,150); }

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

background-color css

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

 a { background-color: rgb(223,80,150); }

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

border-color css

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

 span { border-color: rgb(223,80,150); }

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