Html Css Color HEX #D69B94 Petite Orchid

📋 copy color: '#D69B94'

red 214 ◦ green 155 ◦ blue 148

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

Shades of Petite Orchid #D69B94

Tints of Petite Orchid #D69B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 41.39%
G = 29.98%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D69B94 (or 0xD69B94) is known color: Petite Orchid. HEX triplet: D6, 9B and 94. RGB value is (214,155,148). Sum of RGB (Red+Green+Blue) = 214+155+148=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B94 is #29646B. Grayscale: #ABABAB. Windows color (decimal): -2712684 or 9739222. OLE color: 9739222.

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

Color convert

RGB 214 155 148 -
CMYK 0 0.28 0.31 0.16
HSL 6.36º 0.45% 0.71% -
HSV(B) 6.36º 0.31% 0.84% -
XYZ 44.8 39.88 33.35 -
YUV 171.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 214 155 148 0 0.28 0.31 0.16 6.36 0.45 0.71
Hex D6 9B 94 0 1C 1F 10 6 2D 47
Octal 326 233 224 0 34 37 20 6 55 107
Binary 11010110 10011011 10010100 0 11100 11111 10000 110 101101 1000111

Color Harmonies of #D69B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B94

Black with #D69B94

Text Example


Text Example

White with #D69B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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