Html Css Color HEX #D69291 Petite Orchid

📋 copy color: '#D69291'

red 214 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #D69291

Tints of Petite Orchid #D69291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.91%

 BLUE value IS 145 (57.03% from 255) = 28.71%

R = 42.38%
G = 28.91%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69291 (or 0xD69291) is known color: Petite Orchid. HEX triplet: D6, 92 and 91. RGB value is (214,146,145). Sum of RGB (Red+Green+Blue) = 214+146+145=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D69291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69291 is #296D6E. Grayscale: #A6A6A6. Windows color (decimal): -2714991 or 9540310. OLE color: 9540310.

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

Color convert

RGB 214 146 145 -
CMYK 0 0.32 0.32 0.16
HSL 0.87º 0.46% 0.7% -
HSV(B) 0.87º 0.32% 0.84% -
XYZ 43.12 36.9 31.64 -
YUV 166.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 214 146 145 0 0.32 0.32 0.16 0.87 0.46 0.7
Hex D6 92 91 0 20 20 10 1 2E 46
Octal 326 222 221 0 40 40 20 1 56 106
Binary 11010110 10010010 10010001 0 100000 100000 10000 1 101110 1000110

Color Harmonies of #D69291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69291

Black with #D69291

Text Example


Text Example

White with #D69291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69291; }

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

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

background-color css

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

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

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

border-color css

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

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

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