Html Css Color HEX #D69591 Petite Orchid

📋 copy color: '#D69591'

red 214 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #D69591

Tints of Petite Orchid #D69591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

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

R = 42.13%
G = 29.33%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69591 (or 0xD69591) is known color: Petite Orchid. HEX triplet: D6, 95 and 91. RGB value is (214,149,145). Sum of RGB (Red+Green+Blue) = 214+149+145=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D69591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69591 is #296A6E. Grayscale: #A8A8A8. Windows color (decimal): -2714223 or 9541078. OLE color: 9541078.

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

Color convert

RGB 214 149 145 -
CMYK 0 0.30 0.32 0.16
HSL 3.48º 0.46% 0.7% -
HSV(B) 3.48º 0.32% 0.84% -
XYZ 43.59 37.84 31.79 -
YUV 167.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 214 149 145 0 0.30 0.32 0.16 3.48 0.46 0.7
Hex D6 95 91 0 1E 20 10 3 2E 46
Octal 326 225 221 0 36 40 20 3 56 106
Binary 11010110 10010101 10010001 0 11110 100000 10000 11 101110 1000110

Color Harmonies of #D69591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69591

Black with #D69591

Text Example


Text Example

White with #D69591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69591; }

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

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

background-color css

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

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

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

border-color css

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

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

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