Html Css Color HEX #DF998F Petite Orchid

📋 copy color: '#DF998F'

red 223 ◦ green 153 ◦ blue 143

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

Shades of Petite Orchid #DF998F

Tints of Petite Orchid #DF998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 42.97%
G = 29.48%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF998F (or 0xDF998F) is known color: Petite Orchid. HEX triplet: DF, 99 and 8F. RGB value is (223,153,143). Sum of RGB (Red+Green+Blue) = 223+153+143=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF998F is #206670. Grayscale: #ACACAC. Windows color (decimal): -2123377 or 9411039. OLE color: 9411039.

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

Color convert

RGB 223 153 143 -
CMYK 0 0.31 0.36 0.13
HSL 7.5º 0.56% 0.72% -
HSV(B) 7.5º 0.36% 0.87% -
XYZ 46.78 40.45 31.33 -
YUV 172.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 223 153 143 0 0.31 0.36 0.13 7.5 0.56 0.72
Hex DF 99 8F 0 1F 24 D 8 38 48
Octal 337 231 217 0 37 44 15 10 70 110
Binary 11011111 10011001 10001111 0 11111 100100 1101 1000 111000 1001000

Color Harmonies of #DF998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF998F

Black with #DF998F

Text Example


Text Example

White with #DF998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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