Html Css Color HEX #D69A90 Petite Orchid

📋 copy color: '#D69A90'

red 214 ◦ green 154 ◦ blue 144

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

Shades of Petite Orchid #D69A90

Tints of Petite Orchid #D69A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

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

R = 41.8%
G = 30.08%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69A90 (or 0xD69A90) is known color: Petite Orchid. HEX triplet: D6, 9A and 90. RGB value is (214,154,144). Sum of RGB (Red+Green+Blue) = 214+154+144=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A90 is #29656F. Grayscale: #AAAAAA. Windows color (decimal): -2712944 or 9476822. OLE color: 9476822.

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

Color convert

RGB 214 154 144 -
CMYK 0 0.28 0.33 0.16
HSL 8.57º 0.46% 0.7% -
HSV(B) 8.57º 0.33% 0.84% -
XYZ 44.32 39.42 31.66 -
YUV 170.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 214 154 144 0 0.28 0.33 0.16 8.57 0.46 0.7
Hex D6 9A 90 0 1C 21 10 9 2E 46
Octal 326 232 220 0 34 41 20 11 56 106
Binary 11010110 10011010 10010000 0 11100 100001 10000 1001 101110 1000110

Color Harmonies of #D69A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A90

Black with #D69A90

Text Example


Text Example

White with #D69A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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