Html Css Color HEX #DD9789 Petite Orchid

📋 copy color: '#DD9789'

red 221 ◦ green 151 ◦ blue 137

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

Shades of Petite Orchid #DD9789

Tints of Petite Orchid #DD9789

RGB

 RED value IS 221 (86.72% from 255) = 43.42%

 GREEN value IS 151 (59.38% from 255) = 29.67%

 BLUE value IS 137 (53.91% from 255) = 26.92%

R = 43.42%
G = 29.67%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9789 (or 0xDD9789) is known color: Petite Orchid. HEX triplet: DD, 97 and 89. RGB value is (221,151,137). Sum of RGB (Red+Green+Blue) = 221+151+137=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9789 is #226876. Grayscale: #AAAAAA. Windows color (decimal): -2254967 or 9017309. OLE color: 9017309.

HSL color Cylindrical-coordinate representation of color #DD9789: hue angle of 10º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9789 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 137 -
CMYK 0 0.32 0.38 0.13
HSL 10º 0.55% 0.7% -
HSV(B) 10º 0.38% 0.87% -
XYZ 45.4 39.31 28.86 -
YUV 170.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 221 151 137 0 0.32 0.38 0.13 10 0.55 0.7
Hex DD 97 89 0 20 26 D A 37 46
Octal 335 227 211 0 40 46 15 12 67 106
Binary 11011101 10010111 10001001 0 100000 100110 1101 1010 110111 1000110

Color Harmonies of #DD9789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9789

Black with #DD9789

Text Example


Text Example

White with #DD9789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9789; }

 p { color: rgb(221,151,137); }

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

background-color css

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

 a { background-color: rgb(221,151,137); }

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

border-color css

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

 span { border-color: rgb(221,151,137); }

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