Html Css Color HEX #DF928C Petite Orchid

📋 copy color: '#DF928C'

red 223 ◦ green 146 ◦ blue 140

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

Shades of Petite Orchid #DF928C

Tints of Petite Orchid #DF928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.68%

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 43.81%
G = 28.68%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF928C (or 0xDF928C) is known color: Petite Orchid. HEX triplet: DF, 92 and 8C. RGB value is (223,146,140). Sum of RGB (Red+Green+Blue) = 223+146+140=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF928C is #206D73. Grayscale: #A8A8A8. Windows color (decimal): -2125172 or 9212639. OLE color: 9212639.

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

Color convert

RGB 223 146 140 -
CMYK 0 0.35 0.37 0.13
HSL 4.34º 0.56% 0.71% -
HSV(B) 4.34º 0.37% 0.87% -
XYZ 45.44 38.14 29.78 -
YUV 168.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 223 146 140 0 0.35 0.37 0.13 4.34 0.56 0.71
Hex DF 92 8C 0 23 25 D 4 38 47
Octal 337 222 214 0 43 45 15 4 70 107
Binary 11011111 10010010 10001100 0 100011 100101 1101 100 111000 1000111

Color Harmonies of #DF928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF928C

Black with #DF928C

Text Example


Text Example

White with #DF928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF928C; }

 p { color: rgb(223,146,140); }

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

background-color css

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

 a { background-color: rgb(223,146,140); }

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

border-color css

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

 span { border-color: rgb(223,146,140); }

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