Html Css Color HEX #D99393 Petite Orchid

📋 copy color: '#D99393'

red 217 ◦ green 147 ◦ blue 147

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

Shades of Petite Orchid #D99393

Tints of Petite Orchid #D99393

RGB

 RED value IS 217 (85.16% from 255) = 42.47%

 GREEN value IS 147 (57.81% from 255) = 28.77%

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

R = 42.47%
G = 28.77%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99393 (or 0xD99393) is known color: Petite Orchid. HEX triplet: D9, 93 and 93. RGB value is (217,147,147). Sum of RGB (Red+Green+Blue) = 217+147+147=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D99393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99393 is #266C6C. Grayscale: #A8A8A8. Windows color (decimal): -2518125 or 9671641. OLE color: 9671641.

HSL color Cylindrical-coordinate representation of color #D99393: hue angle of 0º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99393 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 147 -
CMYK 0 0.32 0.32 0.15
HSL 0.48% 0.71% -
HSV(B) 0.32% 0.85% -
XYZ 44.32 37.73 32.55 -
YUV 167.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 217 147 147 0 0.32 0.32 0.15 0 0.48 0.71
Hex D9 93 93 0 20 20 F 0 30 47
Octal 331 223 223 0 40 40 17 0 60 107
Binary 11011001 10010011 10010011 0 100000 100000 1111 0 110000 1000111

Color Harmonies of #D99393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99393

Black with #D99393

Text Example


Text Example

White with #D99393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99393; }

 p { color: rgb(217,147,147); }

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

background-color css

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

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

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

border-color css

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

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

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