Html Css Color HEX #D99290 Petite Orchid

📋 copy color: '#D99290'

red 217 ◦ green 146 ◦ blue 144

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

Shades of Petite Orchid #D99290

Tints of Petite Orchid #D99290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 42.8%
G = 28.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D99290 (or 0xD99290) is known color: Petite Orchid. HEX triplet: D9, 92 and 90. RGB value is (217,146,144). Sum of RGB (Red+Green+Blue) = 217+146+144=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D99290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99290 is #266D6F. Grayscale: #A7A7A7. Windows color (decimal): -2518384 or 9474777. OLE color: 9474777.

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

Color convert

RGB 217 146 144 -
CMYK 0 0.33 0.34 0.15
HSL 1.64º 0.49% 0.71% -
HSV(B) 1.64º 0.34% 0.85% -
XYZ 43.93 37.32 31.27 -
YUV 167 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 217 146 144 0 0.33 0.34 0.15 1.64 0.49 0.71
Hex D9 92 90 0 21 22 F 2 31 47
Octal 331 222 220 0 41 42 17 2 61 107
Binary 11011001 10010010 10010000 0 100001 100010 1111 10 110001 1000111

Color Harmonies of #D99290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99290

Black with #D99290

Text Example


Text Example

White with #D99290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99290; }

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

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

background-color css

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

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

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

border-color css

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

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

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