Html Css Color HEX #DF988A Petite Orchid

📋 copy color: '#DF988A'

red 223 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #DF988A

Tints of Petite Orchid #DF988A

RGB

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

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

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

R = 43.47%
G = 29.63%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF988A (or 0xDF988A) is known color: Petite Orchid. HEX triplet: DF, 98 and 8A. RGB value is (223,152,138). Sum of RGB (Red+Green+Blue) = 223+152+138=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF988A is #206775. Grayscale: #ABABAB. Windows color (decimal): -2123638 or 9083103. OLE color: 9083103.

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

Color convert

RGB 223 152 138 -
CMYK 0 0.32 0.38 0.13
HSL 9.88º 0.57% 0.71% -
HSV(B) 9.88º 0.38% 0.87% -
XYZ 46.25 39.98 29.32 -
YUV 171.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 223 152 138 0 0.32 0.38 0.13 9.88 0.57 0.71
Hex DF 98 8A 0 20 26 D A 39 47
Octal 337 230 212 0 40 46 15 12 71 107
Binary 11011111 10011000 10001010 0 100000 100110 1101 1010 111001 1000111

Color Harmonies of #DF988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF988A

Black with #DF988A

Text Example


Text Example

White with #DF988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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