Html Css Color HEX #DF9C99 Petite Orchid

📋 copy color: '#DF9C99'

red 223 ◦ green 156 ◦ blue 153

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

Shades of Petite Orchid #DF9C99

Tints of Petite Orchid #DF9C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.32%

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

R = 41.92%
G = 29.32%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF9C99 (or 0xDF9C99) is known color: Petite Orchid. HEX triplet: DF, 9C and 99. RGB value is (223,156,153). Sum of RGB (Red+Green+Blue) = 223+156+153=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9C99 is #206366. Grayscale: #AFAFAF. Windows color (decimal): -2122599 or 10067167. OLE color: 10067167.

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

Color convert

RGB 223 156 153 -
CMYK 0 0.30 0.31 0.13
HSL 2.57º 0.52% 0.74% -
HSV(B) 2.57º 0.31% 0.87% -
XYZ 48.07 41.76 35.66 -
YUV 175.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 223 156 153 0 0.30 0.31 0.13 2.57 0.52 0.74
Hex DF 9C 99 0 1E 1F D 3 34 4A
Octal 337 234 231 0 36 37 15 3 64 112
Binary 11011111 10011100 10011001 0 11110 11111 1101 11 110100 1001010

Color Harmonies of #DF9C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C99

Black with #DF9C99

Text Example


Text Example

White with #DF9C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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