Html Css Color HEX #DD9990 Petite Orchid

📋 copy color: '#DD9990'

red 221 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #DD9990

Tints of Petite Orchid #DD9990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.54%

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

R = 42.66%
G = 29.54%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD9990 (or 0xDD9990) is known color: Petite Orchid. HEX triplet: DD, 99 and 90. RGB value is (221,153,144). Sum of RGB (Red+Green+Blue) = 221+153+144=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9990 is #22666F. Grayscale: #ACACAC. Windows color (decimal): -2254448 or 9476573. OLE color: 9476573.

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

Color convert

RGB 221 153 144 -
CMYK 0 0.31 0.35 0.13
HSL 7.01º 0.53% 0.72% -
HSV(B) 7.01º 0.35% 0.87% -
XYZ 46.24 40.17 31.7 -
YUV 172.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 221 153 144 0 0.31 0.35 0.13 7.01 0.53 0.72
Hex DD 99 90 0 1F 23 D 7 35 48
Octal 335 231 220 0 37 43 15 7 65 110
Binary 11011101 10011001 10010000 0 11111 100011 1101 111 110101 1001000

Color Harmonies of #DD9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9990

Black with #DD9990

Text Example


Text Example

White with #DD9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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