Html Css Color HEX #DF9889 Petite Orchid

📋 copy color: '#DF9889'

red 223 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #DF9889

Tints of Petite Orchid #DF9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.69%

 BLUE value IS 137 (53.91% from 255) = 26.76%

R = 43.55%
G = 29.69%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF9889 (or 0xDF9889) is known color: Petite Orchid. HEX triplet: DF, 98 and 89. RGB value is (223,152,137). Sum of RGB (Red+Green+Blue) = 223+152+137=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9889 is #206776. Grayscale: #ABABAB. Windows color (decimal): -2123639 or 9017567. OLE color: 9017567.

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

Color convert

RGB 223 152 137 -
CMYK 0 0.32 0.39 0.13
HSL 10.47º 0.57% 0.71% -
HSV(B) 10.47º 0.39% 0.87% -
XYZ 46.18 39.95 28.94 -
YUV 171.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 223 152 137 0 0.32 0.39 0.13 10.47 0.57 0.71
Hex DF 98 89 0 20 27 D A 39 47
Octal 337 230 211 0 40 47 15 12 71 107
Binary 11011111 10011000 10001001 0 100000 100111 1101 1010 111001 1000111

Color Harmonies of #DF9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9889

Black with #DF9889

Text Example


Text Example

White with #DF9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9889; }

 p { color: rgb(223,152,137); }

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

background-color css

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

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

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

border-color css

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

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

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