Html Css Color HEX #D09593 Petite Orchid

📋 copy color: '#D09593'

red 208 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #D09593

Tints of Petite Orchid #D09593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 41.27%
G = 29.56%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D09593 (or 0xD09593) is known color: Petite Orchid. HEX triplet: D0, 95 and 93. RGB value is (208,149,147). Sum of RGB (Red+Green+Blue) = 208+149+147=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D09593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09593 is #2F6A6C. Grayscale: #A6A6A6. Windows color (decimal): -3107437 or 9672144. OLE color: 9672144.

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

Color convert

RGB 208 149 147 -
CMYK 0 0.28 0.29 0.18
HSL 1.97º 0.39% 0.7% -
HSV(B) 1.97º 0.29% 0.82% -
XYZ 42.03 37.01 32.53 -
YUV 166.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 208 149 147 0 0.28 0.29 0.18 1.97 0.39 0.7
Hex D0 95 93 0 1C 1D 12 2 27 46
Octal 320 225 223 0 34 35 22 2 47 106
Binary 11010000 10010101 10010011 0 11100 11101 10010 10 100111 1000110

Color Harmonies of #D09593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09593

Black with #D09593

Text Example


Text Example

White with #D09593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09593; }

 p { color: rgb(208,149,147); }

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

background-color css

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

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

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

border-color css

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

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

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