Html Css Color HEX #D99490 Petite Orchid

📋 copy color: '#D99490'

red 217 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #D99490

Tints of Petite Orchid #D99490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

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

R = 42.63%
G = 29.08%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D99490 (or 0xD99490) is known color: Petite Orchid. HEX triplet: D9, 94 and 90. RGB value is (217,148,144). Sum of RGB (Red+Green+Blue) = 217+148+144=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99490 is #266B6F. Grayscale: #A8A8A8. Windows color (decimal): -2517872 or 9475289. OLE color: 9475289.

HSL color Cylindrical-coordinate representation of color #D99490: hue angle of 3.29º 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 #D99490 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 144 -
CMYK 0 0.32 0.34 0.15
HSL 3.29º 0.49% 0.71% -
HSV(B) 3.29º 0.34% 0.85% -
XYZ 44.24 37.95 31.38 -
YUV 168.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 217 148 144 0 0.32 0.34 0.15 3.29 0.49 0.71
Hex D9 94 90 0 20 22 F 3 31 47
Octal 331 224 220 0 40 42 17 3 61 107
Binary 11011001 10010100 10010000 0 100000 100010 1111 11 110001 1000111

Color Harmonies of #D99490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99490

Black with #D99490

Text Example


Text Example

White with #D99490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99490; }

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

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

background-color css

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

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

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

border-color css

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

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

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