Html Css Color HEX #DF9994 Petite Orchid

📋 copy color: '#DF9994'

red 223 ◦ green 153 ◦ blue 148

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

Shades of Petite Orchid #DF9994

Tints of Petite Orchid #DF9994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

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

R = 42.56%
G = 29.2%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF9994 (or 0xDF9994) is known color: Petite Orchid. HEX triplet: DF, 99 and 94. RGB value is (223,153,148). Sum of RGB (Red+Green+Blue) = 223+153+148=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9994 is #20666B. Grayscale: #ADADAD. Windows color (decimal): -2123372 or 9738719. OLE color: 9738719.

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

Color convert

RGB 223 153 148 -
CMYK 0 0.31 0.34 0.13
HSL 0.54% 0.73% -
HSV(B) 0.34% 0.87% -
XYZ 47.17 40.61 33.37 -
YUV 173.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 223 153 148 0 0.31 0.34 0.13 4 0.54 0.73
Hex DF 99 94 0 1F 22 D 4 36 49
Octal 337 231 224 0 37 42 15 4 66 111
Binary 11011111 10011001 10010100 0 11111 100010 1101 100 110110 1001001

Color Harmonies of #DF9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9994

Black with #DF9994

Text Example


Text Example

White with #DF9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9994; }

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

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

background-color css

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

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

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

border-color css

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

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

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