Html Css Color HEX #D69A97 Petite Orchid

📋 copy color: '#D69A97'

red 214 ◦ green 154 ◦ blue 151

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

Shades of Petite Orchid #D69A97

Tints of Petite Orchid #D69A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 41.23%
G = 29.67%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69A97 (or 0xD69A97) is known color: Petite Orchid. HEX triplet: D6, 9A and 97. RGB value is (214,154,151). Sum of RGB (Red+Green+Blue) = 214+154+151=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A97 is #296568. Grayscale: #ABABAB. Windows color (decimal): -2712937 or 9935574. OLE color: 9935574.

HSL color Cylindrical-coordinate representation of color #D69A97: hue angle of 2.86º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69A97 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 151 -
CMYK 0 0.28 0.29 0.16
HSL 2.86º 0.43% 0.72% -
HSV(B) 2.86º 0.29% 0.84% -
XYZ 44.87 39.64 34.56 -
YUV 171.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 214 154 151 0 0.28 0.29 0.16 2.86 0.43 0.72
Hex D6 9A 97 0 1C 1D 10 3 2B 48
Octal 326 232 227 0 34 35 20 3 53 110
Binary 11010110 10011010 10010111 0 11100 11101 10000 11 101011 1001000

Color Harmonies of #D69A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A97

Black with #D69A97

Text Example


Text Example

White with #D69A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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