Html Css Color HEX #DF4990 French Rose

📋 copy color: '#DF4990'

red 223 ◦ green 73 ◦ blue 144

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

Shades of French Rose #DF4990

Tints of French Rose #DF4990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.59%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 50.68%
G = 16.59%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF4990 (or 0xDF4990) is known color: French Rose. HEX triplet: DF, 49 and 90. RGB value is (223,73,144). Sum of RGB (Red+Green+Blue) = 223+73+144=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4990 is #20B66F. Grayscale: #7D7D7D. Windows color (decimal): -2143856 or 9456095. OLE color: 9456095.

HSL color Cylindrical-coordinate representation of color #DF4990: hue angle of 331.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4990 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 144 -
CMYK 0 0.67 0.35 0.13
HSL 331.6º 0.7% 0.58% -
HSV(B) 331.6º 0.67% 0.87% -
XYZ 37.85 22.47 28.73 -
YUV 125.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 223 73 144 0 0.67 0.35 0.13 331.6 0.7 0.58
Hex DF 49 90 0 43 23 D 14C 46 3A
Octal 337 111 220 0 103 43 15 514 106 72
Binary 11011111 1001001 10010000 0 1000011 100011 1101 101001100 1000110 111010

Color Harmonies of #DF4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4990

Black with #DF4990

Text Example


Text Example

White with #DF4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4990; }

 p { color: rgb(223,73,144); }

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

background-color css

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

 a { background-color: rgb(223,73,144); }

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

border-color css

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

 span { border-color: rgb(223,73,144); }

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