Html Css Color HEX #D69190 Petite Orchid

📋 copy color: '#D69190'

red 214 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #D69190

Tints of Petite Orchid #D69190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.83%

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

R = 42.54%
G = 28.83%
B = 28.63%

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

#D69190 (or 0xD69190) is known color: Petite Orchid. HEX triplet: D6, 91 and 90. RGB value is (214,145,144). Sum of RGB (Red+Green+Blue) = 214+145+144=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D69190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69190 is #296E6F. Grayscale: #A5A5A5. Windows color (decimal): -2715248 or 9474518. OLE color: 9474518.

HSL color Cylindrical-coordinate representation of color #D69190: hue angle of 0.86º 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 #D69190 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 144 -
CMYK 0 0.32 0.33 0.16
HSL 0.86º 0.46% 0.7% -
HSV(B) 0.86º 0.33% 0.84% -
XYZ 42.89 36.56 31.18 -
YUV 165.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 214 145 144 0 0.32 0.33 0.16 0.86 0.46 0.7
Hex D6 91 90 0 20 21 10 1 2E 46
Octal 326 221 220 0 40 41 20 1 56 106
Binary 11010110 10010001 10010000 0 100000 100001 10000 1 101110 1000110

Color Harmonies of #D69190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69190

Black with #D69190

Text Example


Text Example

White with #D69190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69190; }

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

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

background-color css

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

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

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

border-color css

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

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

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