Html Css Color HEX #DF918E Petite Orchid

📋 copy color: '#DF918E'

red 223 ◦ green 145 ◦ blue 142

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

Shades of Petite Orchid #DF918E

Tints of Petite Orchid #DF918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.43%

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

R = 43.73%
G = 28.43%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF918E (or 0xDF918E) is known color: Petite Orchid. HEX triplet: DF, 91 and 8E. RGB value is (223,145,142). Sum of RGB (Red+Green+Blue) = 223+145+142=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF918E is #206E71. Grayscale: #A8A8A8. Windows color (decimal): -2125426 or 9343455. OLE color: 9343455.

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

Color convert

RGB 223 145 142 -
CMYK 0 0.35 0.36 0.13
HSL 2.22º 0.56% 0.72% -
HSV(B) 2.22º 0.36% 0.87% -
XYZ 45.44 37.89 30.51 -
YUV 167.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 223 145 142 0 0.35 0.36 0.13 2.22 0.56 0.72
Hex DF 91 8E 0 23 24 D 2 38 48
Octal 337 221 216 0 43 44 15 2 70 110
Binary 11011111 10010001 10001110 0 100011 100100 1101 10 111000 1001000

Color Harmonies of #DF918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF918E

Black with #DF918E

Text Example


Text Example

White with #DF918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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