Html Css Color HEX #DF9D94 Petite Orchid

📋 copy color: '#DF9D94'

red 223 ◦ green 157 ◦ blue 148

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

Shades of Petite Orchid #DF9D94

Tints of Petite Orchid #DF9D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.73%

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 42.23%
G = 29.73%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF9D94 (or 0xDF9D94) is known color: Petite Orchid. HEX triplet: DF, 9D and 94. RGB value is (223,157,148). Sum of RGB (Red+Green+Blue) = 223+157+148=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D94 is #20626B. Grayscale: #AFAFAF. Windows color (decimal): -2122348 or 9739743. OLE color: 9739743.

HSL color Cylindrical-coordinate representation of color #DF9D94: hue angle of 7.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9D94 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 157 148 -
CMYK 0 0.30 0.34 0.13
HSL 7.2º 0.54% 0.73% -
HSV(B) 7.2º 0.34% 0.87% -
XYZ 47.83 41.94 33.59 -
YUV 175.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 223 157 148 0 0.30 0.34 0.13 7.2 0.54 0.73
Hex DF 9D 94 0 1E 22 D 7 36 49
Octal 337 235 224 0 36 42 15 7 66 111
Binary 11011111 10011101 10010100 0 11110 100010 1101 111 110110 1001001

Color Harmonies of #DF9D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D94

Black with #DF9D94

Text Example


Text Example

White with #DF9D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D94; }

 p { color: rgb(223,157,148); }

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

background-color css

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

 a { background-color: rgb(223,157,148); }

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

border-color css

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

 span { border-color: rgb(223,157,148); }

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