Html Css Color HEX #DF9E90 Petite Orchid

📋 copy color: '#DF9E90'

red 223 ◦ green 158 ◦ blue 144

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

Shades of Petite Orchid #DF9E90

Tints of Petite Orchid #DF9E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 42.48%
G = 30.1%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF9E90 (or 0xDF9E90) is known color: Petite Orchid. HEX triplet: DF, 9E and 90. RGB value is (223,158,144). Sum of RGB (Red+Green+Blue) = 223+158+144=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E90 is #20616F. Grayscale: #AFAFAF. Windows color (decimal): -2122096 or 9477855. OLE color: 9477855.

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

Color convert

RGB 223 158 144 -
CMYK 0 0.29 0.35 0.13
HSL 10.63º 0.55% 0.72% -
HSV(B) 10.63º 0.35% 0.87% -
XYZ 47.69 42.16 32.01 -
YUV 175.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 223 158 144 0 0.29 0.35 0.13 10.63 0.55 0.72
Hex DF 9E 90 0 1D 23 D B 37 48
Octal 337 236 220 0 35 43 15 13 67 110
Binary 11011111 10011110 10010000 0 11101 100011 1101 1011 110111 1001000

Color Harmonies of #DF9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9E90

Black with #DF9E90

Text Example


Text Example

White with #DF9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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