Html Css Color HEX #D69894 Petite Orchid

📋 copy color: '#D69894'

red 214 ◦ green 152 ◦ blue 148

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

Shades of Petite Orchid #D69894

Tints of Petite Orchid #D69894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.57%

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

R = 41.63%
G = 29.57%
B = 28.79%

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

#D69894 (or 0xD69894) is known color: Petite Orchid. HEX triplet: D6, 98 and 94. RGB value is (214,152,148). Sum of RGB (Red+Green+Blue) = 214+152+148=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D69894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69894 is #29676B. Grayscale: #AAAAAA. Windows color (decimal): -2713452 or 9738454. OLE color: 9738454.

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

Color convert

RGB 214 152 148 -
CMYK 0 0.29 0.31 0.16
HSL 3.64º 0.45% 0.71% -
HSV(B) 3.64º 0.31% 0.84% -
XYZ 44.31 38.89 33.19 -
YUV 170.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 214 152 148 0 0.29 0.31 0.16 3.64 0.45 0.71
Hex D6 98 94 0 1D 1F 10 4 2D 47
Octal 326 230 224 0 35 37 20 4 55 107
Binary 11010110 10011000 10010100 0 11101 11111 10000 100 101101 1000111

Color Harmonies of #D69894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69894

Black with #D69894

Text Example


Text Example

White with #D69894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69894; }

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

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

background-color css

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

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

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

border-color css

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

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

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