Html Css Color HEX #DF9D93 Petite Orchid

📋 copy color: '#DF9D93'

red 223 ◦ green 157 ◦ blue 147

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

Shades of Petite Orchid #DF9D93

Tints of Petite Orchid #DF9D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.79%

 BLUE value IS 147 (57.81% from 255) = 27.89%

R = 42.31%
G = 29.79%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF9D93 (or 0xDF9D93) is known color: Petite Orchid. HEX triplet: DF, 9D and 93. RGB value is (223,157,147). Sum of RGB (Red+Green+Blue) = 223+157+147=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D93 is #20626C. Grayscale: #AFAFAF. Windows color (decimal): -2122349 or 9674207. OLE color: 9674207.

HSL color Cylindrical-coordinate representation of color #DF9D93: hue angle of 7.89º 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 #DF9D93 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 157 147 -
CMYK 0 0.30 0.34 0.13
HSL 7.89º 0.54% 0.73% -
HSV(B) 7.89º 0.34% 0.87% -
XYZ 47.75 41.91 33.18 -
YUV 175.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 223 157 147 0 0.30 0.34 0.13 7.89 0.54 0.73
Hex DF 9D 93 0 1E 22 D 8 36 49
Octal 337 235 223 0 36 42 15 10 66 111
Binary 11011111 10011101 10010011 0 11110 100010 1101 1000 110110 1001001

Color Harmonies of #DF9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D93

Black with #DF9D93

Text Example


Text Example

White with #DF9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D93; }

 p { color: rgb(223,157,147); }

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

background-color css

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

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

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

border-color css

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

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

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