Html Css Color HEX #DF9692 Petite Orchid

📋 copy color: '#DF9692'

red 223 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #DF9692

Tints of Petite Orchid #DF9692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

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

R = 42.97%
G = 28.9%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF9692 (or 0xDF9692) is known color: Petite Orchid. HEX triplet: DF, 96 and 92. RGB value is (223,150,146). Sum of RGB (Red+Green+Blue) = 223+150+146=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9692 is #20696D. Grayscale: #ABABAB. Windows color (decimal): -2124142 or 9606879. OLE color: 9606879.

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

Color convert

RGB 223 150 146 -
CMYK 0 0.33 0.35 0.13
HSL 3.12º 0.55% 0.72% -
HSV(B) 3.12º 0.35% 0.87% -
XYZ 46.53 39.58 32.38 -
YUV 171.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 223 150 146 0 0.33 0.35 0.13 3.12 0.55 0.72
Hex DF 96 92 0 21 23 D 3 37 48
Octal 337 226 222 0 41 43 15 3 67 110
Binary 11011111 10010110 10010010 0 100001 100011 1101 11 110111 1001000

Color Harmonies of #DF9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9692

Black with #DF9692

Text Example


Text Example

White with #DF9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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