Html Css Color HEX #DD9590 Petite Orchid

📋 copy color: '#DD9590'

red 221 ◦ green 149 ◦ blue 144

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

Shades of Petite Orchid #DD9590

Tints of Petite Orchid #DD9590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 43%
G = 28.99%
B = 28.02%

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

#DD9590 (or 0xDD9590) is known color: Petite Orchid. HEX triplet: DD, 95 and 90. RGB value is (221,149,144). Sum of RGB (Red+Green+Blue) = 221+149+144=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9590 is #226A6F. Grayscale: #AAAAAA. Windows color (decimal): -2255472 or 9475549. OLE color: 9475549.

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

Color convert

RGB 221 149 144 -
CMYK 0 0.33 0.35 0.13
HSL 3.9º 0.53% 0.72% -
HSV(B) 3.9º 0.35% 0.87% -
XYZ 45.6 38.88 31.49 -
YUV 169.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 221 149 144 0 0.33 0.35 0.13 3.9 0.53 0.72
Hex DD 95 90 0 21 23 D 4 35 48
Octal 335 225 220 0 41 43 15 4 65 110
Binary 11011101 10010101 10010000 0 100001 100011 1101 100 110101 1001000

Color Harmonies of #DD9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9590

Black with #DD9590

Text Example


Text Example

White with #DD9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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