Html Css Color HEX #DF958C Petite Orchid

📋 copy color: '#DF958C'

red 223 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #DF958C

Tints of Petite Orchid #DF958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 43.55%
G = 29.1%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF958C (or 0xDF958C) is known color: Petite Orchid. HEX triplet: DF, 95 and 8C. RGB value is (223,149,140). Sum of RGB (Red+Green+Blue) = 223+149+140=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF958C is #206A73. Grayscale: #AAAAAA. Windows color (decimal): -2124404 or 9213407. OLE color: 9213407.

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

Color convert

RGB 223 149 140 -
CMYK 0 0.33 0.37 0.13
HSL 6.51º 0.56% 0.71% -
HSV(B) 6.51º 0.37% 0.87% -
XYZ 45.91 39.08 29.93 -
YUV 170.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 223 149 140 0 0.33 0.37 0.13 6.51 0.56 0.71
Hex DF 95 8C 0 21 25 D 7 38 47
Octal 337 225 214 0 41 45 15 7 70 107
Binary 11011111 10010101 10001100 0 100001 100101 1101 111 111000 1000111

Color Harmonies of #DF958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF958C

Black with #DF958C

Text Example


Text Example

White with #DF958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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