Html Css Color HEX #DF958E Petite Orchid

📋 copy color: '#DF958E'

red 223 ◦ green 149 ◦ blue 142

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

Shades of Petite Orchid #DF958E

Tints of Petite Orchid #DF958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 43.39%
G = 28.99%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF958E (or 0xDF958E) is known color: Petite Orchid. HEX triplet: DF, 95 and 8E. RGB value is (223,149,142). Sum of RGB (Red+Green+Blue) = 223+149+142=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF958E is #206A71. Grayscale: #AAAAAA. Windows color (decimal): -2124402 or 9344479. OLE color: 9344479.

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

Color convert

RGB 223 149 142 -
CMYK 0 0.33 0.36 0.13
HSL 5.19º 0.56% 0.72% -
HSV(B) 5.19º 0.36% 0.87% -
XYZ 46.06 39.14 30.72 -
YUV 170.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 223 149 142 0 0.33 0.36 0.13 5.19 0.56 0.72
Hex DF 95 8E 0 21 24 D 5 38 48
Octal 337 225 216 0 41 44 15 5 70 110
Binary 11011111 10010101 10001110 0 100001 100100 1101 101 111000 1001000

Color Harmonies of #DF958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF958E

Black with #DF958E

Text Example


Text Example

White with #DF958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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