Html Css Color HEX #DD9090 Petite Orchid

📋 copy color: '#DD9090'

red 221 ◦ green 144 ◦ blue 144

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

Shades of Petite Orchid #DD9090

Tints of Petite Orchid #DD9090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.29%

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

R = 43.42%
G = 28.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD9090 (or 0xDD9090) is known color: Petite Orchid. HEX triplet: DD, 90 and 90. RGB value is (221,144,144). Sum of RGB (Red+Green+Blue) = 221+144+144=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9090 is #226F6F. Grayscale: #A7A7A7. Windows color (decimal): -2256752 or 9474269. OLE color: 9474269.

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

Color convert

RGB 221 144 144 -
CMYK 0 0.35 0.35 0.13
HSL 0.53% 0.72% -
HSV(B) 0.35% 0.87% -
XYZ 44.83 37.33 31.23 -
YUV 167.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 221 144 144 0 0.35 0.35 0.13 0 0.53 0.72
Hex DD 90 90 0 23 23 D 0 35 48
Octal 335 220 220 0 43 43 15 0 65 110
Binary 11011101 10010000 10010000 0 100011 100011 1101 0 110101 1001000

Color Harmonies of #DD9090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9090

Black with #DD9090

Text Example


Text Example

White with #DD9090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9090; }

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

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

background-color css

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

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

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

border-color css

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

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

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