Html Css Color HEX #D69993 Petite Orchid

📋 copy color: '#D69993'

red 214 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #D69993

Tints of Petite Orchid #D69993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.6%

R = 41.63%
G = 29.77%
B = 28.6%

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

#D69993 (or 0xD69993) is known color: Petite Orchid. HEX triplet: D6, 99 and 93. RGB value is (214,153,147). Sum of RGB (Red+Green+Blue) = 214+153+147=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D69993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69993 is #29666C. Grayscale: #AAAAAA. Windows color (decimal): -2713197 or 9673174. OLE color: 9673174.

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

Color convert

RGB 214 153 147 -
CMYK 0 0.29 0.31 0.16
HSL 5.37º 0.45% 0.71% -
HSV(B) 5.37º 0.31% 0.84% -
XYZ 44.39 39.19 32.83 -
YUV 170.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 214 153 147 0 0.29 0.31 0.16 5.37 0.45 0.71
Hex D6 99 93 0 1D 1F 10 5 2D 47
Octal 326 231 223 0 35 37 20 5 55 107
Binary 11010110 10011001 10010011 0 11101 11111 10000 101 101101 1000111

Color Harmonies of #D69993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69993

Black with #D69993

Text Example


Text Example

White with #D69993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69993; }

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

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

background-color css

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

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

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

border-color css

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

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

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