Html Css Color HEX #DF9F9F Petite Orchid

📋 copy color: '#DF9F9F'

red 223 ◦ green 159 ◦ blue 159

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

Shades of Petite Orchid #DF9F9F

Tints of Petite Orchid #DF9F9F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

 BLUE value IS 159 (62.5% from 255) = 29.39%

R = 41.22%
G = 29.39%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF9F9F (or 0xDF9F9F) is known color: Petite Orchid. HEX triplet: DF, 9F and 9F. RGB value is (223,159,159). Sum of RGB (Red+Green+Blue) = 223+159+159=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F9F is #206060. Grayscale: #B2B2B2. Windows color (decimal): -2121825 or 10461151. OLE color: 10461151.

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

Color convert

RGB 223 159 159 -
CMYK 0 0.29 0.29 0.13
HSL 0.5% 0.75% -
HSV(B) 0.29% 0.87% -
XYZ 49.09 42.99 38.51 -
YUV 178.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 223 159 159 0 0.29 0.29 0.13 0 0.5 0.75
Hex DF 9F 9F 0 1D 1D D 0 32 4B
Octal 337 237 237 0 35 35 15 0 62 113
Binary 11011111 10011111 10011111 0 11101 11101 1101 0 110010 1001011

Color Harmonies of #DF9F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F9F

Black with #DF9F9F

Text Example


Text Example

White with #DF9F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F9F; }

 p { color: rgb(223,159,159); }

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

background-color css

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

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

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

border-color css

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

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

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