Html Css Color HEX #DD9891 Petite Orchid

📋 copy color: '#DD9891'

red 221 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #DD9891

Tints of Petite Orchid #DD9891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 42.66%
G = 29.34%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD9891 (or 0xDD9891) is known color: Petite Orchid. HEX triplet: DD, 98 and 91. RGB value is (221,152,145). Sum of RGB (Red+Green+Blue) = 221+152+145=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9891 is #22676E. Grayscale: #ABABAB. Windows color (decimal): -2254703 or 9541853. OLE color: 9541853.

HSL color Cylindrical-coordinate representation of color #DD9891: hue angle of 5.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9891 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 145 -
CMYK 0 0.31 0.34 0.13
HSL 5.53º 0.53% 0.72% -
HSV(B) 5.53º 0.34% 0.87% -
XYZ 46.16 39.87 32.05 -
YUV 171.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 221 152 145 0 0.31 0.34 0.13 5.53 0.53 0.72
Hex DD 98 91 0 1F 22 D 6 35 48
Octal 335 230 221 0 37 42 15 6 65 110
Binary 11011101 10011000 10010001 0 11111 100010 1101 110 110101 1001000

Color Harmonies of #DD9891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9891

Black with #DD9891

Text Example


Text Example

White with #DD9891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9891; }

 p { color: rgb(221,152,145); }

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

background-color css

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

 a { background-color: rgb(221,152,145); }

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

border-color css

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

 span { border-color: rgb(221,152,145); }

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