Html Css Color HEX #D69892 Petite Orchid

📋 copy color: '#D69892'

red 214 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #D69892

Tints of Petite Orchid #D69892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 41.8%
G = 29.69%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69892 (or 0xD69892) is known color: Petite Orchid. HEX triplet: D6, 98 and 92. RGB value is (214,152,146). Sum of RGB (Red+Green+Blue) = 214+152+146=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D69892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69892 is #29676D. Grayscale: #A9A9A9. Windows color (decimal): -2713454 or 9607382. OLE color: 9607382.

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

Color convert

RGB 214 152 146 -
CMYK 0 0.29 0.32 0.16
HSL 5.29º 0.45% 0.71% -
HSV(B) 5.29º 0.32% 0.84% -
XYZ 44.15 38.83 32.36 -
YUV 169.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 214 152 146 0 0.29 0.32 0.16 5.29 0.45 0.71
Hex D6 98 92 0 1D 20 10 5 2D 47
Octal 326 230 222 0 35 40 20 5 55 107
Binary 11010110 10011000 10010010 0 11101 100000 10000 101 101101 1000111

Color Harmonies of #D69892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69892

Black with #D69892

Text Example


Text Example

White with #D69892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69892; }

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

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

background-color css

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

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

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

border-color css

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

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

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