Html Css Color HEX #DD9390 Petite Orchid

📋 copy color: '#DD9390'

red 221 ◦ green 147 ◦ blue 144

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

Shades of Petite Orchid #DD9390

Tints of Petite Orchid #DD9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

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

R = 43.16%
G = 28.71%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD9390 (or 0xDD9390) is known color: Petite Orchid. HEX triplet: DD, 93 and 90. RGB value is (221,147,144). Sum of RGB (Red+Green+Blue) = 221+147+144=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9390 is #226C6F. Grayscale: #A8A8A8. Windows color (decimal): -2255984 or 9475037. OLE color: 9475037.

HSL color Cylindrical-coordinate representation of color #DD9390: hue angle of 2.34º 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 #DD9390 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 144 -
CMYK 0 0.33 0.35 0.13
HSL 2.34º 0.53% 0.72% -
HSV(B) 2.34º 0.35% 0.87% -
XYZ 45.29 38.25 31.38 -
YUV 168.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 221 147 144 0 0.33 0.35 0.13 2.34 0.53 0.72
Hex DD 93 90 0 21 23 D 2 35 48
Octal 335 223 220 0 41 43 15 2 65 110
Binary 11011101 10010011 10010000 0 100001 100011 1101 10 110101 1001000

Color Harmonies of #DD9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9390

Black with #DD9390

Text Example


Text Example

White with #DD9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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