Html Css Color HEX #D69A93 Petite Orchid

📋 copy color: '#D69A93'

red 214 ◦ green 154 ◦ blue 147

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

Shades of Petite Orchid #D69A93

Tints of Petite Orchid #D69A93

RGB

 RED value IS 214 (83.98% from 255) = 41.55%

 GREEN value IS 154 (60.55% from 255) = 29.9%

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

R = 41.55%
G = 29.9%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D69A93 (or 0xD69A93) is known color: Petite Orchid. HEX triplet: D6, 9A and 93. RGB value is (214,154,147). Sum of RGB (Red+Green+Blue) = 214+154+147=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A93 is #29656C. Grayscale: #ABABAB. Windows color (decimal): -2712941 or 9673430. OLE color: 9673430.

HSL color Cylindrical-coordinate representation of color #D69A93: hue angle of 6.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D69A93 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 147 -
CMYK 0 0.28 0.31 0.16
HSL 6.27º 0.45% 0.71% -
HSV(B) 6.27º 0.31% 0.84% -
XYZ 44.55 39.51 32.88 -
YUV 171.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 214 154 147 0 0.28 0.31 0.16 6.27 0.45 0.71
Hex D6 9A 93 0 1C 1F 10 6 2D 47
Octal 326 232 223 0 34 37 20 6 55 107
Binary 11010110 10011010 10010011 0 11100 11111 10000 110 101101 1000111

Color Harmonies of #D69A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A93

Black with #D69A93

Text Example


Text Example

White with #D69A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A93; }

 p { color: rgb(214,154,147); }

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

background-color css

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

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

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

border-color css

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

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

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