Html Css Color HEX #D69392 Petite Orchid

📋 copy color: '#D69392'

red 214 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #D69392

Tints of Petite Orchid #D69392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.8%

R = 42.21%
G = 28.99%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69392 (or 0xD69392) is known color: Petite Orchid. HEX triplet: D6, 93 and 92. RGB value is (214,147,146). Sum of RGB (Red+Green+Blue) = 214+147+146=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D69392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69392 is #296C6D. Grayscale: #A6A6A6. Windows color (decimal): -2714734 or 9606102. OLE color: 9606102.

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

Color convert

RGB 214 147 146 -
CMYK 0 0.31 0.32 0.16
HSL 0.88º 0.45% 0.71% -
HSV(B) 0.88º 0.32% 0.84% -
XYZ 43.35 37.24 32.1 -
YUV 166.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 214 147 146 0 0.31 0.32 0.16 0.88 0.45 0.71
Hex D6 93 92 0 1F 20 10 1 2D 47
Octal 326 223 222 0 37 40 20 1 55 107
Binary 11010110 10010011 10010010 0 11111 100000 10000 1 101101 1000111

Color Harmonies of #D69392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69392

Black with #D69392

Text Example


Text Example

White with #D69392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69392; }

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

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

background-color css

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

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

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

border-color css

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

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

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