Html Css Color HEX #DF9A8D Petite Orchid

📋 copy color: '#DF9A8D'

red 223 ◦ green 154 ◦ blue 141

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

Shades of Petite Orchid #DF9A8D

Tints of Petite Orchid #DF9A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

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

R = 43.05%
G = 29.73%
B = 27.22%

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

#DF9A8D (or 0xDF9A8D) is known color: Petite Orchid. HEX triplet: DF, 9A and 8D. RGB value is (223,154,141). Sum of RGB (Red+Green+Blue) = 223+154+141=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A8D is #206572. Grayscale: #ADADAD. Windows color (decimal): -2123123 or 9280223. OLE color: 9280223.

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

Color convert

RGB 223 154 141 -
CMYK 0 0.31 0.37 0.13
HSL 9.51º 0.56% 0.71% -
HSV(B) 9.51º 0.37% 0.87% -
XYZ 46.79 40.72 30.59 -
YUV 173.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 223 154 141 0 0.31 0.37 0.13 9.51 0.56 0.71
Hex DF 9A 8D 0 1F 25 D A 38 47
Octal 337 232 215 0 37 45 15 12 70 107
Binary 11011111 10011010 10001101 0 11111 100101 1101 1010 111000 1000111

Color Harmonies of #DF9A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A8D

Black with #DF9A8D

Text Example


Text Example

White with #DF9A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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