Html Css Color HEX #DD9190 Petite Orchid

📋 copy color: '#DD9190'

red 221 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #DD9190

Tints of Petite Orchid #DD9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.43%

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 43.33%
G = 28.43%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD9190 (or 0xDD9190) is known color: Petite Orchid. HEX triplet: DD, 91 and 90. RGB value is (221,145,144). Sum of RGB (Red+Green+Blue) = 221+145+144=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9190 is #226E6F. Grayscale: #A7A7A7. Windows color (decimal): -2256496 or 9474525. OLE color: 9474525.

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

Color convert

RGB 221 145 144 -
CMYK 0 0.34 0.35 0.13
HSL 0.78º 0.53% 0.72% -
HSV(B) 0.78º 0.35% 0.87% -
XYZ 44.98 37.64 31.28 -
YUV 167.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 221 145 144 0 0.34 0.35 0.13 0.78 0.53 0.72
Hex DD 91 90 0 22 23 D 1 35 48
Octal 335 221 220 0 42 43 15 1 65 110
Binary 11011101 10010001 10010000 0 100010 100011 1101 1 110101 1001000

Color Harmonies of #DD9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9190

Black with #DD9190

Text Example


Text Example

White with #DD9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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