Html Css Color HEX #D99291 Petite Orchid

📋 copy color: '#D99291'

red 217 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #D99291

Tints of Petite Orchid #D99291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.74%

 BLUE value IS 145 (57.03% 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.15

RGB Variations

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

Color information

#D99291 (or 0xD99291) is known color: Petite Orchid. HEX triplet: D9, 92 and 91. RGB value is (217,146,145). Sum of RGB (Red+Green+Blue) = 217+146+145=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D99291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99291 is #266D6E. Grayscale: #A7A7A7. Windows color (decimal): -2518383 or 9540313. OLE color: 9540313.

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

Color convert

RGB 217 146 145 -
CMYK 0 0.33 0.33 0.15
HSL 0.83º 0.49% 0.71% -
HSV(B) 0.83º 0.33% 0.85% -
XYZ 44 37.35 31.68 -
YUV 167.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 217 146 145 0 0.33 0.33 0.15 0.83 0.49 0.71
Hex D9 92 91 0 21 21 F 1 31 47
Octal 331 222 221 0 41 41 17 1 61 107
Binary 11011001 10010010 10010001 0 100001 100001 1111 1 110001 1000111

Color Harmonies of #D99291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99291

Black with #D99291

Text Example


Text Example

White with #D99291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99291; }

 p { color: rgb(217,146,145); }

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

background-color css

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

 a { background-color: rgb(217,146,145); }

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

border-color css

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

 span { border-color: rgb(217,146,145); }

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