Html Css Color HEX #D69E99 Petite Orchid

📋 copy color: '#D69E99'

red 214 ◦ green 158 ◦ blue 153

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

Shades of Petite Orchid #D69E99

Tints of Petite Orchid #D69E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 40.76%
G = 30.1%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69E99 (or 0xD69E99) is known color: Petite Orchid. HEX triplet: D6, 9E and 99. RGB value is (214,158,153). Sum of RGB (Red+Green+Blue) = 214+158+153=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E99 is #296166. Grayscale: #AEAEAE. Windows color (decimal): -2711911 or 10067670. OLE color: 10067670.

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

Color convert

RGB 214 158 153 -
CMYK 0 0.26 0.29 0.16
HSL 4.92º 0.43% 0.72% -
HSV(B) 4.92º 0.29% 0.84% -
XYZ 45.71 41.05 35.65 -
YUV 174.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 214 158 153 0 0.26 0.29 0.16 4.92 0.43 0.72
Hex D6 9E 99 0 1A 1D 10 5 2B 48
Octal 326 236 231 0 32 35 20 5 53 110
Binary 11010110 10011110 10011001 0 11010 11101 10000 101 101011 1001000

Color Harmonies of #D69E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E99

Black with #D69E99

Text Example


Text Example

White with #D69E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E99; }

 p { color: rgb(214,158,153); }

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

background-color css

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

 a { background-color: rgb(214,158,153); }

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

border-color css

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

 span { border-color: rgb(214,158,153); }

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