Html Css Color HEX #DF9190 Petite Orchid

📋 copy color: '#DF9190'

red 223 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #DF9190

Tints of Petite Orchid #DF9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.32%

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

R = 43.55%
G = 28.32%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF9190 (or 0xDF9190) is known color: Petite Orchid. HEX triplet: DF, 91 and 90. RGB value is (223,145,144). Sum of RGB (Red+Green+Blue) = 223+145+144=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9190 is #206E6F. Grayscale: #A8A8A8. Windows color (decimal): -2125424 or 9474527. OLE color: 9474527.

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

Color convert

RGB 223 145 144 -
CMYK 0 0.35 0.35 0.13
HSL 0.76º 0.55% 0.72% -
HSV(B) 0.76º 0.35% 0.87% -
XYZ 45.59 37.95 31.31 -
YUV 168.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 223 145 144 0 0.35 0.35 0.13 0.76 0.55 0.72
Hex DF 91 90 0 23 23 D 1 37 48
Octal 337 221 220 0 43 43 15 1 67 110
Binary 11011111 10010001 10010000 0 100011 100011 1101 1 110111 1001000

Color Harmonies of #DF9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9190

Black with #DF9190

Text Example


Text Example

White with #DF9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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