Html Css Color HEX #DF9087 Petite Orchid

📋 copy color: '#DF9087'

red 223 ◦ green 144 ◦ blue 135

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

Shades of Petite Orchid #DF9087

Tints of Petite Orchid #DF9087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 44.42%
G = 28.69%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF9087 (or 0xDF9087) is known color: Petite Orchid. HEX triplet: DF, 90 and 87. RGB value is (223,144,135). Sum of RGB (Red+Green+Blue) = 223+144+135=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9087 is #206F78. Grayscale: #A6A6A6. Windows color (decimal): -2125689 or 8884447. OLE color: 8884447.

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

Color convert

RGB 223 144 135 -
CMYK 0 0.35 0.39 0.13
HSL 6.14º 0.58% 0.7% -
HSV(B) 6.14º 0.39% 0.87% -
XYZ 44.78 37.38 27.78 -
YUV 166.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 223 144 135 0 0.35 0.39 0.13 6.14 0.58 0.7
Hex DF 90 87 0 23 27 D 6 3A 46
Octal 337 220 207 0 43 47 15 6 72 106
Binary 11011111 10010000 10000111 0 100011 100111 1101 110 111010 1000110

Color Harmonies of #DF9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9087

Black with #DF9087

Text Example


Text Example

White with #DF9087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9087; }

 p { color: rgb(223,144,135); }

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

background-color css

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

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

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

border-color css

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

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

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