Html Css Color HEX #D69994 Petite Orchid

📋 copy color: '#D69994'

red 214 ◦ green 153 ◦ blue 148

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

Shades of Petite Orchid #D69994

Tints of Petite Orchid #D69994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.71%

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

R = 41.55%
G = 29.71%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D69994 (or 0xD69994) is known color: Petite Orchid. HEX triplet: D6, 99 and 94. RGB value is (214,153,148). Sum of RGB (Red+Green+Blue) = 214+153+148=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D69994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69994 is #29666B. Grayscale: #AAAAAA. Windows color (decimal): -2713196 or 9738710. OLE color: 9738710.

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

Color convert

RGB 214 153 148 -
CMYK 0 0.29 0.31 0.16
HSL 4.55º 0.45% 0.71% -
HSV(B) 4.55º 0.31% 0.84% -
XYZ 44.47 39.22 33.24 -
YUV 170.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 214 153 148 0 0.29 0.31 0.16 4.55 0.45 0.71
Hex D6 99 94 0 1D 1F 10 5 2D 47
Octal 326 231 224 0 35 37 20 5 55 107
Binary 11010110 10011001 10010100 0 11101 11111 10000 101 101101 1000111

Color Harmonies of #D69994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69994

Black with #D69994

Text Example


Text Example

White with #D69994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69994; }

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

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

background-color css

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

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

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

border-color css

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

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

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