Html Css Color HEX #D99A99 Petite Orchid

📋 copy color: '#D99A99'

red 217 ◦ green 154 ◦ blue 153

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

Shades of Petite Orchid #D99A99

Tints of Petite Orchid #D99A99

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

 GREEN value IS 154 (60.55% from 255) = 29.39%

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

R = 41.41%
G = 29.39%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D99A99 (or 0xD99A99) is known color: Petite Orchid. HEX triplet: D9, 9A and 99. RGB value is (217,154,153). Sum of RGB (Red+Green+Blue) = 217+154+153=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A99 is #266566. Grayscale: #ACACAC. Windows color (decimal): -2516327 or 10066649. OLE color: 10066649.

HSL color Cylindrical-coordinate representation of color #D99A99: hue angle of 0.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99A99 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 153 -
CMYK 0 0.29 0.29 0.15
HSL 0.94º 0.46% 0.73% -
HSV(B) 0.94º 0.29% 0.85% -
XYZ 45.92 40.16 35.47 -
YUV 172.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 217 154 153 0 0.29 0.29 0.15 0.94 0.46 0.73
Hex D9 9A 99 0 1D 1D F 1 2E 49
Octal 331 232 231 0 35 35 17 1 56 111
Binary 11011001 10011010 10011001 0 11101 11101 1111 1 101110 1001001

Color Harmonies of #D99A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A99

Black with #D99A99

Text Example


Text Example

White with #D99A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A99; }

 p { color: rgb(217,154,153); }

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

background-color css

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

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

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

border-color css

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

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

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