Html Css Color HEX #D69290 Petite Orchid

📋 copy color: '#D69290'

red 214 ◦ green 146 ◦ blue 144

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

Shades of Petite Orchid #D69290

Tints of Petite Orchid #D69290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 42.46%
G = 28.97%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69290 (or 0xD69290) is known color: Petite Orchid. HEX triplet: D6, 92 and 90. RGB value is (214,146,144). Sum of RGB (Red+Green+Blue) = 214+146+144=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D69290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69290 is #296D6F. Grayscale: #A6A6A6. Windows color (decimal): -2714992 or 9474774. OLE color: 9474774.

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

Color convert

RGB 214 146 144 -
CMYK 0 0.32 0.33 0.16
HSL 1.71º 0.46% 0.7% -
HSV(B) 1.71º 0.33% 0.84% -
XYZ 43.04 36.87 31.23 -
YUV 166.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 214 146 144 0 0.32 0.33 0.16 1.71 0.46 0.7
Hex D6 92 90 0 20 21 10 2 2E 46
Octal 326 222 220 0 40 41 20 2 56 106
Binary 11010110 10010010 10010000 0 100000 100001 10000 10 101110 1000110

Color Harmonies of #D69290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69290

Black with #D69290

Text Example


Text Example

White with #D69290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69290; }

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

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

background-color css

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

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

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

border-color css

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

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

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