Html Css Color HEX #DF928F Petite Orchid

📋 copy color: '#DF928F'

red 223 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #DF928F

Tints of Petite Orchid #DF928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 43.55%
G = 28.52%
B = 27.93%

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

#DF928F (or 0xDF928F) is known color: Petite Orchid. HEX triplet: DF, 92 and 8F. RGB value is (223,146,143). Sum of RGB (Red+Green+Blue) = 223+146+143=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF928F is #206D70. Grayscale: #A8A8A8. Windows color (decimal): -2125169 or 9409247. OLE color: 9409247.

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

Color convert

RGB 223 146 143 -
CMYK 0 0.35 0.36 0.13
HSL 2.25º 0.56% 0.72% -
HSV(B) 2.25º 0.36% 0.87% -
XYZ 45.67 38.23 30.96 -
YUV 168.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 223 146 143 0 0.35 0.36 0.13 2.25 0.56 0.72
Hex DF 92 8F 0 23 24 D 2 38 48
Octal 337 222 217 0 43 44 15 2 70 110
Binary 11011111 10010010 10001111 0 100011 100100 1101 10 111000 1001000

Color Harmonies of #DF928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF928F

Black with #DF928F

Text Example


Text Example

White with #DF928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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