Html Css Color HEX #DD9288 Petite Orchid

📋 copy color: '#DD9288'

red 221 ◦ green 146 ◦ blue 136

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

Shades of Petite Orchid #DD9288

Tints of Petite Orchid #DD9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.03%

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

R = 43.94%
G = 29.03%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9288 (or 0xDD9288) is known color: Petite Orchid. HEX triplet: DD, 92 and 88. RGB value is (221,146,136). Sum of RGB (Red+Green+Blue) = 221+146+136=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9288 is #226D77. Grayscale: #A7A7A7. Windows color (decimal): -2256248 or 8950493. OLE color: 8950493.

HSL color Cylindrical-coordinate representation of color #DD9288: hue angle of 7.06º degrees, saturation: 0.56, 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 #DD9288 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 146 136 -
CMYK 0 0.34 0.38 0.13
HSL 7.06º 0.56% 0.7% -
HSV(B) 7.06º 0.38% 0.87% -
XYZ 44.54 37.71 28.22 -
YUV 167.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 221 146 136 0 0.34 0.38 0.13 7.06 0.56 0.7
Hex DD 92 88 0 22 26 D 7 38 46
Octal 335 222 210 0 42 46 15 7 70 106
Binary 11011101 10010010 10001000 0 100010 100110 1101 111 111000 1000110

Color Harmonies of #DD9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9288

Black with #DD9288

Text Example


Text Example

White with #DD9288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9288; }

 p { color: rgb(221,146,136); }

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

background-color css

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

 a { background-color: rgb(221,146,136); }

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

border-color css

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

 span { border-color: rgb(221,146,136); }

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