Html Css Color HEX #D99995 Petite Orchid

📋 copy color: '#D99995'

red 217 ◦ green 153 ◦ blue 149

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

Shades of Petite Orchid #D99995

Tints of Petite Orchid #D99995

RGB

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

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

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

R = 41.81%
G = 29.48%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D99995 (or 0xD99995) is known color: Petite Orchid. HEX triplet: D9, 99 and 95. RGB value is (217,153,149). Sum of RGB (Red+Green+Blue) = 217+153+149=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D99995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99995 is #26666A. Grayscale: #ABABAB. Windows color (decimal): -2516587 or 9804249. OLE color: 9804249.

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

Color convert

RGB 217 153 149 -
CMYK 0 0.29 0.31 0.15
HSL 3.53º 0.47% 0.72% -
HSV(B) 3.53º 0.31% 0.85% -
XYZ 45.43 39.7 33.7 -
YUV 171.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 217 153 149 0 0.29 0.31 0.15 3.53 0.47 0.72
Hex D9 99 95 0 1D 1F F 4 2F 48
Octal 331 231 225 0 35 37 17 4 57 110
Binary 11011001 10011001 10010101 0 11101 11111 1111 100 101111 1001000

Color Harmonies of #D99995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99995

Black with #D99995

Text Example


Text Example

White with #D99995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99995; }

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

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

background-color css

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

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

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

border-color css

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

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

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