Html Css Color HEX #D09993 Petite Orchid

📋 copy color: '#D09993'

red 208 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #D09993

Tints of Petite Orchid #D09993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.12%

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

R = 40.94%
G = 30.12%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D09993 (or 0xD09993) is known color: Petite Orchid. HEX triplet: D0, 99 and 93. RGB value is (208,153,147). Sum of RGB (Red+Green+Blue) = 208+153+147=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D09993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09993 is #2F666C. Grayscale: #A8A8A8. Windows color (decimal): -3106413 or 9673168. OLE color: 9673168.

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

Color convert

RGB 208 153 147 -
CMYK 0 0.26 0.29 0.18
HSL 5.9º 0.39% 0.7% -
HSV(B) 5.9º 0.29% 0.82% -
XYZ 42.67 38.3 32.75 -
YUV 168.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 208 153 147 0 0.26 0.29 0.18 5.9 0.39 0.7
Hex D0 99 93 0 1A 1D 12 6 27 46
Octal 320 231 223 0 32 35 22 6 47 106
Binary 11010000 10011001 10010011 0 11010 11101 10010 110 100111 1000110

Color Harmonies of #D09993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09993

Black with #D09993

Text Example


Text Example

White with #D09993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09993; }

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

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

background-color css

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

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

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

border-color css

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

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

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