Html Css Color HEX #D69590 Petite Orchid

📋 copy color: '#D69590'

red 214 ◦ green 149 ◦ blue 144

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

Shades of Petite Orchid #D69590

Tints of Petite Orchid #D69590

RGB

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

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

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

R = 42.21%
G = 29.39%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69590 (or 0xD69590) is known color: Petite Orchid. HEX triplet: D6, 95 and 90. RGB value is (214,149,144). Sum of RGB (Red+Green+Blue) = 214+149+144=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D69590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69590 is #296A6F. Grayscale: #A7A7A7. Windows color (decimal): -2714224 or 9475542. OLE color: 9475542.

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

Color convert

RGB 214 149 144 -
CMYK 0 0.30 0.33 0.16
HSL 4.29º 0.46% 0.7% -
HSV(B) 4.29º 0.33% 0.84% -
XYZ 43.51 37.8 31.39 -
YUV 167.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 214 149 144 0 0.30 0.33 0.16 4.29 0.46 0.7
Hex D6 95 90 0 1E 21 10 4 2E 46
Octal 326 225 220 0 36 41 20 4 56 106
Binary 11010110 10010101 10010000 0 11110 100001 10000 100 101110 1000110

Color Harmonies of #D69590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69590

Black with #D69590

Text Example


Text Example

White with #D69590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69590; }

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

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

background-color css

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

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

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

border-color css

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

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

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