Html Css Color HEX #D69988 Petite Orchid

📋 copy color: '#D69988'

red 214 ◦ green 153 ◦ blue 136

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

Shades of Petite Orchid #D69988

Tints of Petite Orchid #D69988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.04%

R = 42.54%
G = 30.42%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69988 (or 0xD69988) is known color: Petite Orchid. HEX triplet: D6, 99 and 88. RGB value is (214,153,136). Sum of RGB (Red+Green+Blue) = 214+153+136=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D69988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69988 is #296677. Grayscale: #A9A9A9. Windows color (decimal): -2713208 or 8952278. OLE color: 8952278.

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

Color convert

RGB 214 153 136 -
CMYK 0 0.29 0.36 0.16
HSL 13.08º 0.49% 0.69% -
HSV(B) 13.08º 0.36% 0.84% -
XYZ 43.57 38.86 28.5 -
YUV 169.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 214 153 136 0 0.29 0.36 0.16 13.08 0.49 0.69
Hex D6 99 88 0 1D 24 10 D 31 45
Octal 326 231 210 0 35 44 20 15 61 105
Binary 11010110 10011001 10001000 0 11101 100100 10000 1101 110001 1000101

Color Harmonies of #D69988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69988

Black with #D69988

Text Example


Text Example

White with #D69988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69988; }

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

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

background-color css

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

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

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

border-color css

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

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

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