Html Css Color HEX #DF9A91 Petite Orchid

📋 copy color: '#DF9A91'

red 223 ◦ green 154 ◦ blue 145

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

Shades of Petite Orchid #DF9A91

Tints of Petite Orchid #DF9A91

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 145 (57.03% from 255) = 27.78%

R = 42.72%
G = 29.5%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF9A91 (or 0xDF9A91) is known color: Petite Orchid. HEX triplet: DF, 9A and 91. RGB value is (223,154,145). Sum of RGB (Red+Green+Blue) = 223+154+145=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A91 is #20656E. Grayscale: #ADADAD. Windows color (decimal): -2123119 or 9542367. OLE color: 9542367.

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

Color convert

RGB 223 154 145 -
CMYK 0 0.31 0.35 0.13
HSL 6.92º 0.55% 0.72% -
HSV(B) 6.92º 0.35% 0.87% -
XYZ 47.1 40.84 32.19 -
YUV 173.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 223 154 145 0 0.31 0.35 0.13 6.92 0.55 0.72
Hex DF 9A 91 0 1F 23 D 7 37 48
Octal 337 232 221 0 37 43 15 7 67 110
Binary 11011111 10011010 10010001 0 11111 100011 1101 111 110111 1001000

Color Harmonies of #DF9A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A91

Black with #DF9A91

Text Example


Text Example

White with #DF9A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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