Html Css Color HEX #DF9489 Petite Orchid

📋 copy color: '#DF9489'

red 223 ◦ green 148 ◦ blue 137

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

Shades of Petite Orchid #DF9489

Tints of Petite Orchid #DF9489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 43.9%
G = 29.13%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF9489 (or 0xDF9489) is known color: Petite Orchid. HEX triplet: DF, 94 and 89. RGB value is (223,148,137). Sum of RGB (Red+Green+Blue) = 223+148+137=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9489 is #206B76. Grayscale: #A9A9A9. Windows color (decimal): -2124663 or 9016543. OLE color: 9016543.

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

Color convert

RGB 223 148 137 -
CMYK 0 0.34 0.39 0.13
HSL 7.67º 0.57% 0.71% -
HSV(B) 7.67º 0.39% 0.87% -
XYZ 45.54 38.67 28.73 -
YUV 169.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 223 148 137 0 0.34 0.39 0.13 7.67 0.57 0.71
Hex DF 94 89 0 22 27 D 8 39 47
Octal 337 224 211 0 42 47 15 10 71 107
Binary 11011111 10010100 10001001 0 100010 100111 1101 1000 111001 1000111

Color Harmonies of #DF9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9489

Black with #DF9489

Text Example


Text Example

White with #DF9489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9489; }

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

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

background-color css

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

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

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

border-color css

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

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

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