Html Css Color HEX #DF9695 Petite Orchid

📋 copy color: '#DF9695'

red 223 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #DF9695

Tints of Petite Orchid #DF9695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 42.72%
G = 28.74%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF9695 (or 0xDF9695) is known color: Petite Orchid. HEX triplet: DF, 96 and 95. RGB value is (223,150,149). Sum of RGB (Red+Green+Blue) = 223+150+149=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9695 is #20696A. Grayscale: #ABABAB. Windows color (decimal): -2124139 or 9803487. OLE color: 9803487.

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

Color convert

RGB 223 150 149 -
CMYK 0 0.33 0.33 0.13
HSL 0.81º 0.54% 0.73% -
HSV(B) 0.81º 0.33% 0.87% -
XYZ 46.76 39.67 33.63 -
YUV 171.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 223 150 149 0 0.33 0.33 0.13 0.81 0.54 0.73
Hex DF 96 95 0 21 21 D 1 36 49
Octal 337 226 225 0 41 41 15 1 66 111
Binary 11011111 10010110 10010101 0 100001 100001 1101 1 110110 1001001

Color Harmonies of #DF9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9695

Black with #DF9695

Text Example


Text Example

White with #DF9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9695; }

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

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

background-color css

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

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

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

border-color css

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

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

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