Html Css Color HEX #DF988E Petite Orchid

📋 copy color: '#DF988E'

red 223 ◦ green 152 ◦ blue 142

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

Shades of Petite Orchid #DF988E

Tints of Petite Orchid #DF988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

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

R = 43.13%
G = 29.4%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF988E (or 0xDF988E) is known color: Petite Orchid. HEX triplet: DF, 98 and 8E. RGB value is (223,152,142). Sum of RGB (Red+Green+Blue) = 223+152+142=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF988E is #206771. Grayscale: #ACACAC. Windows color (decimal): -2123634 or 9345247. OLE color: 9345247.

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

Color convert

RGB 223 152 142 -
CMYK 0 0.32 0.36 0.13
HSL 7.41º 0.56% 0.72% -
HSV(B) 7.41º 0.36% 0.87% -
XYZ 46.54 40.1 30.88 -
YUV 172.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 223 152 142 0 0.32 0.36 0.13 7.41 0.56 0.72
Hex DF 98 8E 0 20 24 D 7 38 48
Octal 337 230 216 0 40 44 15 7 70 110
Binary 11011111 10011000 10001110 0 100000 100100 1101 111 111000 1001000

Color Harmonies of #DF988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF988E

Black with #DF988E

Text Example


Text Example

White with #DF988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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