Html Css Color HEX #D0908E Petite Orchid

📋 copy color: '#D0908E'

red 208 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #D0908E

Tints of Petite Orchid #D0908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 42.11%
G = 29.15%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0908E (or 0xD0908E) is known color: Petite Orchid. HEX triplet: D0, 90 and 8E. RGB value is (208,144,142). Sum of RGB (Red+Green+Blue) = 208+144+142=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0908E is #2F6F71. Grayscale: #A2A2A2. Windows color (decimal): -3108722 or 9343184. OLE color: 9343184.

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

Color convert

RGB 208 144 142 -
CMYK 0 0.31 0.32 0.18
HSL 1.82º 0.41% 0.69% -
HSV(B) 1.82º 0.32% 0.82% -
XYZ 40.87 35.31 30.25 -
YUV 162.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 208 144 142 0 0.31 0.32 0.18 1.82 0.41 0.69
Hex D0 90 8E 0 1F 20 12 2 29 45
Octal 320 220 216 0 37 40 22 2 51 105
Binary 11010000 10010000 10001110 0 11111 100000 10010 10 101001 1000101

Color Harmonies of #D0908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0908E

Black with #D0908E

Text Example


Text Example

White with #D0908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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