Html Css Color HEX #DF9A95 Petite Orchid

📋 copy color: '#DF9A95'

red 223 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #DF9A95

Tints of Petite Orchid #DF9A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.33%

R = 42.4%
G = 29.28%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF9A95 (or 0xDF9A95) is known color: Petite Orchid. HEX triplet: DF, 9A and 95. RGB value is (223,154,149). Sum of RGB (Red+Green+Blue) = 223+154+149=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A95 is #20656A. Grayscale: #AEAEAE. Windows color (decimal): -2123115 or 9804511. OLE color: 9804511.

HSL color Cylindrical-coordinate representation of color #DF9A95: hue angle of 4.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9A95 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 154 149 -
CMYK 0 0.31 0.33 0.13
HSL 4.05º 0.54% 0.73% -
HSV(B) 4.05º 0.33% 0.87% -
XYZ 47.41 40.97 33.84 -
YUV 174.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 223 154 149 0 0.31 0.33 0.13 4.05 0.54 0.73
Hex DF 9A 95 0 1F 21 D 4 36 49
Octal 337 232 225 0 37 41 15 4 66 111
Binary 11011111 10011010 10010101 0 11111 100001 1101 100 110110 1001001

Color Harmonies of #DF9A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A95

Black with #DF9A95

Text Example


Text Example

White with #DF9A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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