Html Css Color HEX #DF928A Petite Orchid

📋 copy color: '#DF928A'

red 223 ◦ green 146 ◦ blue 138

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

Shades of Petite Orchid #DF928A

Tints of Petite Orchid #DF928A

RGB

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

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

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

R = 43.98%
G = 28.8%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF928A (or 0xDF928A) is known color: Petite Orchid. HEX triplet: DF, 92 and 8A. RGB value is (223,146,138). Sum of RGB (Red+Green+Blue) = 223+146+138=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF928A is #206D75. Grayscale: #A8A8A8. Windows color (decimal): -2125174 or 9081567. OLE color: 9081567.

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

Color convert

RGB 223 146 138 -
CMYK 0 0.35 0.38 0.13
HSL 5.65º 0.57% 0.71% -
HSV(B) 5.65º 0.38% 0.87% -
XYZ 45.3 38.08 29.01 -
YUV 168.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 223 146 138 0 0.35 0.38 0.13 5.65 0.57 0.71
Hex DF 92 8A 0 23 26 D 6 39 47
Octal 337 222 212 0 43 46 15 6 71 107
Binary 11011111 10010010 10001010 0 100011 100110 1101 110 111001 1000111

Color Harmonies of #DF928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF928A

Black with #DF928A

Text Example


Text Example

White with #DF928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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