Html Css Color HEX #D19595 Petite Orchid

📋 copy color: '#D19595'

red 209 ◦ green 149 ◦ blue 149

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

Shades of Petite Orchid #D19595

Tints of Petite Orchid #D19595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 41.22%
G = 29.39%
B = 29.39%

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

#D19595 (or 0xD19595) is known color: Petite Orchid. HEX triplet: D1, 95 and 95. RGB value is (209,149,149). Sum of RGB (Red+Green+Blue) = 209+149+149=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D19595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19595 is #2E6A6A. Grayscale: #A7A7A7. Windows color (decimal): -3041899 or 9803217. OLE color: 9803217.

HSL color Cylindrical-coordinate representation of color #D19595: hue angle of 0º degrees, saturation: 0.39, 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 #D19595 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 149 -
CMYK 0 0.29 0.29 0.18
HSL 0.39% 0.7% -
HSV(B) 0.29% 0.82% -
XYZ 42.47 37.22 33.38 -
YUV 166.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 209 149 149 0 0.29 0.29 0.18 0 0.39 0.7
Hex D1 95 95 0 1D 1D 12 0 27 46
Octal 321 225 225 0 35 35 22 0 47 106
Binary 11010001 10010101 10010101 0 11101 11101 10010 0 100111 1000110

Color Harmonies of #D19595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19595

Black with #D19595

Text Example


Text Example

White with #D19595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19595; }

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

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

background-color css

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

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

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

border-color css

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

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

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