Html Css Color HEX #D09190 Petite Orchid

📋 copy color: '#D09190'

red 208 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #D09190

Tints of Petite Orchid #D09190

RGB

 RED value IS 208 (81.64% from 255) = 41.85%

 GREEN value IS 145 (57.03% from 255) = 29.18%

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

R = 41.85%
G = 29.18%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D09190 (or 0xD09190) is known color: Petite Orchid. HEX triplet: D0, 91 and 90. RGB value is (208,145,144). Sum of RGB (Red+Green+Blue) = 208+145+144=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D09190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09190 is #2F6E6F. Grayscale: #A3A3A3. Windows color (decimal): -3108464 or 9474512. OLE color: 9474512.

HSL color Cylindrical-coordinate representation of color #D09190: hue angle of 0.94º 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 #D09190 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 144 -
CMYK 0 0.30 0.31 0.18
HSL 0.94º 0.41% 0.69% -
HSV(B) 0.94º 0.31% 0.82% -
XYZ 41.17 35.67 31.1 -
YUV 163.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 208 145 144 0 0.30 0.31 0.18 0.94 0.41 0.69
Hex D0 91 90 0 1E 1F 12 1 29 45
Octal 320 221 220 0 36 37 22 1 51 105
Binary 11010000 10010001 10010000 0 11110 11111 10010 1 101001 1000101

Color Harmonies of #D09190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09190

Black with #D09190

Text Example


Text Example

White with #D09190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09190; }

 p { color: rgb(208,145,144); }

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

background-color css

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

 a { background-color: rgb(208,145,144); }

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

border-color css

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

 span { border-color: rgb(208,145,144); }

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