Html Css Color HEX #DF4E94 French Rose

📋 copy color: '#DF4E94'

red 223 ◦ green 78 ◦ blue 148

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

Shades of French Rose #DF4E94

Tints of French Rose #DF4E94

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 49.67%
G = 17.37%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF4E94 (or 0xDF4E94) is known color: French Rose. HEX triplet: DF, 4E and 94. RGB value is (223,78,148). Sum of RGB (Red+Green+Blue) = 223+78+148=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E94 is #20B16B. Grayscale: #818181. Windows color (decimal): -2142572 or 9719519. OLE color: 9719519.

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

Color convert

RGB 223 78 148 -
CMYK 0 0.65 0.34 0.13
HSL 331.03º 0.69% 0.59% -
HSV(B) 331.03º 0.65% 0.87% -
XYZ 38.5 23.27 30.48 -
YUV 129.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 223 78 148 0 0.65 0.34 0.13 331.03 0.69 0.59
Hex DF 4E 94 0 41 22 D 14B 45 3B
Octal 337 116 224 0 101 42 15 513 105 73
Binary 11011111 1001110 10010100 0 1000001 100010 1101 101001011 1000101 111011

Color Harmonies of #DF4E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E94

Black with #DF4E94

Text Example


Text Example

White with #DF4E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E94; }

 p { color: rgb(223,78,148); }

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

background-color css

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

 a { background-color: rgb(223,78,148); }

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

border-color css

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

 span { border-color: rgb(223,78,148); }

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