Html Css Color HEX #DF958A Petite Orchid

📋 copy color: '#DF958A'

red 223 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #DF958A

Tints of Petite Orchid #DF958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 43.73%
G = 29.22%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF958A (or 0xDF958A) is known color: Petite Orchid. HEX triplet: DF, 95 and 8A. RGB value is (223,149,138). Sum of RGB (Red+Green+Blue) = 223+149+138=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF958A is #206A75. Grayscale: #A9A9A9. Windows color (decimal): -2124406 or 9082335. OLE color: 9082335.

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

Color convert

RGB 223 149 138 -
CMYK 0 0.33 0.38 0.13
HSL 7.76º 0.57% 0.71% -
HSV(B) 7.76º 0.38% 0.87% -
XYZ 45.77 39.02 29.16 -
YUV 169.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 223 149 138 0 0.33 0.38 0.13 7.76 0.57 0.71
Hex DF 95 8A 0 21 26 D 8 39 47
Octal 337 225 212 0 41 46 15 10 71 107
Binary 11011111 10010101 10001010 0 100001 100110 1101 1000 111001 1000111

Color Harmonies of #DF958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF958A

Black with #DF958A

Text Example


Text Example

White with #DF958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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