Html Css Color HEX #DF998D Petite Orchid

📋 copy color: '#DF998D'

red 223 ◦ green 153 ◦ blue 141

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

Shades of Petite Orchid #DF998D

Tints of Petite Orchid #DF998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.59%

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 43.13%
G = 29.59%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF998D (or 0xDF998D) is known color: Petite Orchid. HEX triplet: DF, 99 and 8D. RGB value is (223,153,141). Sum of RGB (Red+Green+Blue) = 223+153+141=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF998D is #206672. Grayscale: #ACACAC. Windows color (decimal): -2123379 or 9279967. OLE color: 9279967.

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

Color convert

RGB 223 153 141 -
CMYK 0 0.31 0.37 0.13
HSL 8.78º 0.56% 0.71% -
HSV(B) 8.78º 0.37% 0.87% -
XYZ 46.63 40.39 30.54 -
YUV 172.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 223 153 141 0 0.31 0.37 0.13 8.78 0.56 0.71
Hex DF 99 8D 0 1F 25 D 9 38 47
Octal 337 231 215 0 37 45 15 11 70 107
Binary 11011111 10011001 10001101 0 11111 100101 1101 1001 111000 1000111

Color Harmonies of #DF998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF998D

Black with #DF998D

Text Example


Text Example

White with #DF998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF998D; }

 p { color: rgb(223,153,141); }

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

background-color css

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

 a { background-color: rgb(223,153,141); }

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

border-color css

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

 span { border-color: rgb(223,153,141); }

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