Html Css Color HEX #DF9999 Petite Orchid

📋 copy color: '#DF9999'

red 223 ◦ green 153 ◦ blue 153

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

Shades of Petite Orchid #DF9999

Tints of Petite Orchid #DF9999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.92%

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 42.16%
G = 28.92%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF9999 (or 0xDF9999) is known color: Petite Orchid. HEX triplet: DF, 99 and 99. RGB value is (223,153,153). Sum of RGB (Red+Green+Blue) = 223+153+153=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9999 is #206666. Grayscale: #AEAEAE. Windows color (decimal): -2123367 or 10066399. OLE color: 10066399.

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

Color convert

RGB 223 153 153 -
CMYK 0 0.31 0.31 0.13
HSL 0.52% 0.74% -
HSV(B) 0.31% 0.87% -
XYZ 47.57 40.77 35.5 -
YUV 173.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 223 153 153 0 0.31 0.31 0.13 0 0.52 0.74
Hex DF 99 99 0 1F 1F D 0 34 4A
Octal 337 231 231 0 37 37 15 0 64 112
Binary 11011111 10011001 10011001 0 11111 11111 1101 0 110100 1001010

Color Harmonies of #DF9999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9999

Black with #DF9999

Text Example


Text Example

White with #DF9999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9999; }

 p { color: rgb(223,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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