Html Css Color HEX #D19494 Petite Orchid

📋 copy color: '#D19494'

red 209 ◦ green 148 ◦ blue 148

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

Shades of Petite Orchid #D19494

Tints of Petite Orchid #D19494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 41.39%
G = 29.31%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D19494 (or 0xD19494) is known color: Petite Orchid. HEX triplet: D1, 94 and 94. RGB value is (209,148,148). Sum of RGB (Red+Green+Blue) = 209+148+148=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19494 is #2E6B6B. Grayscale: #A6A6A6. Windows color (decimal): -3042156 or 9737425. OLE color: 9737425.

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

Color convert

RGB 209 148 148 -
CMYK 0 0.29 0.29 0.18
HSL 0.4% 0.7% -
HSV(B) 0.29% 0.82% -
XYZ 42.23 36.87 32.91 -
YUV 166.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 209 148 148 0 0.29 0.29 0.18 0 0.4 0.7
Hex D1 94 94 0 1D 1D 12 0 28 46
Octal 321 224 224 0 35 35 22 0 50 106
Binary 11010001 10010100 10010100 0 11101 11101 10010 0 101000 1000110

Color Harmonies of #D19494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19494

Black with #D19494

Text Example


Text Example

White with #D19494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19494; }

 p { color: rgb(209,148,148); }

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

background-color css

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

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

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

border-color css

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

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

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