Html Css Color HEX #D69B99 Petite Orchid

📋 copy color: '#D69B99'

red 214 ◦ green 155 ◦ blue 153

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

Shades of Petite Orchid #D69B99

Tints of Petite Orchid #D69B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.69%

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

R = 41%
G = 29.69%
B = 29.31%

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

#D69B99 (or 0xD69B99) is known color: Petite Orchid. HEX triplet: D6, 9B and 99. RGB value is (214,155,153). Sum of RGB (Red+Green+Blue) = 214+155+153=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B99 is #296466. Grayscale: #ACACAC. Windows color (decimal): -2712679 or 10066902. OLE color: 10066902.

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

Color convert

RGB 214 155 153 -
CMYK 0 0.28 0.29 0.16
HSL 1.97º 0.43% 0.72% -
HSV(B) 1.97º 0.29% 0.84% -
XYZ 45.2 40.04 35.48 -
YUV 172.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 214 155 153 0 0.28 0.29 0.16 1.97 0.43 0.72
Hex D6 9B 99 0 1C 1D 10 2 2B 48
Octal 326 233 231 0 34 35 20 2 53 110
Binary 11010110 10011011 10011001 0 11100 11101 10000 10 101011 1001000

Color Harmonies of #D69B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B99

Black with #D69B99

Text Example


Text Example

White with #D69B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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