Html Css Color HEX #D69594 Petite Orchid

📋 copy color: '#D69594'

red 214 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #D69594

Tints of Petite Orchid #D69594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

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

R = 41.88%
G = 29.16%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D69594 (or 0xD69594) is known color: Petite Orchid. HEX triplet: D6, 95 and 94. RGB value is (214,149,148). Sum of RGB (Red+Green+Blue) = 214+149+148=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D69594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69594 is #296A6B. Grayscale: #A8A8A8. Windows color (decimal): -2714220 or 9737686. OLE color: 9737686.

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

Color convert

RGB 214 149 148 -
CMYK 0 0.30 0.31 0.16
HSL 0.91º 0.45% 0.71% -
HSV(B) 0.91º 0.31% 0.84% -
XYZ 43.82 37.93 33.03 -
YUV 168.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 214 149 148 0 0.30 0.31 0.16 0.91 0.45 0.71
Hex D6 95 94 0 1E 1F 10 1 2D 47
Octal 326 225 224 0 36 37 20 1 55 107
Binary 11010110 10010101 10010100 0 11110 11111 10000 1 101101 1000111

Color Harmonies of #D69594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69594

Black with #D69594

Text Example


Text Example

White with #D69594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69594; }

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

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

background-color css

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

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

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

border-color css

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

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

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