Html Css Color HEX #D19990 Petite Orchid

📋 copy color: '#D19990'

red 209 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #D19990

Tints of Petite Orchid #D19990

RGB

 RED value IS 209 (82.03% from 255) = 41.3%

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

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

R = 41.3%
G = 30.24%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19990 (or 0xD19990) is known color: Petite Orchid. HEX triplet: D1, 99 and 90. RGB value is (209,153,144). Sum of RGB (Red+Green+Blue) = 209+153+144=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D19990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19990 is #2E666F. Grayscale: #A8A8A8. Windows color (decimal): -3040880 or 9476561. OLE color: 9476561.

HSL color Cylindrical-coordinate representation of color #D19990: hue angle of 8.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19990 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 144 -
CMYK 0 0.27 0.31 0.18
HSL 8.31º 0.41% 0.69% -
HSV(B) 8.31º 0.31% 0.82% -
XYZ 42.72 38.35 31.54 -
YUV 168.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 209 153 144 0 0.27 0.31 0.18 8.31 0.41 0.69
Hex D1 99 90 0 1B 1F 12 8 29 45
Octal 321 231 220 0 33 37 22 10 51 105
Binary 11010001 10011001 10010000 0 11011 11111 10010 1000 101001 1000101

Color Harmonies of #D19990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19990

Black with #D19990

Text Example


Text Example

White with #D19990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19990; }

 p { color: rgb(209,153,144); }

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

background-color css

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

 a { background-color: rgb(209,153,144); }

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

border-color css

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

 span { border-color: rgb(209,153,144); }

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