Html Css Color HEX #DF9D92 Petite Orchid

📋 copy color: '#DF9D92'

red 223 ◦ green 157 ◦ blue 146

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

Shades of Petite Orchid #DF9D92

Tints of Petite Orchid #DF9D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 42.4%
G = 29.85%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF9D92 (or 0xDF9D92) is known color: Petite Orchid. HEX triplet: DF, 9D and 92. RGB value is (223,157,146). Sum of RGB (Red+Green+Blue) = 223+157+146=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D92 is #20626D. Grayscale: #AFAFAF. Windows color (decimal): -2122350 or 9608671. OLE color: 9608671.

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

Color convert

RGB 223 157 146 -
CMYK 0 0.30 0.35 0.13
HSL 8.57º 0.55% 0.72% -
HSV(B) 8.57º 0.35% 0.87% -
XYZ 47.68 41.88 32.76 -
YUV 175.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 223 157 146 0 0.30 0.35 0.13 8.57 0.55 0.72
Hex DF 9D 92 0 1E 23 D 9 37 48
Octal 337 235 222 0 36 43 15 11 67 110
Binary 11011111 10011101 10010010 0 11110 100011 1101 1001 110111 1001000

Color Harmonies of #DF9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D92

Black with #DF9D92

Text Example


Text Example

White with #DF9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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