Html Css Color HEX #DD9594 Petite Orchid

📋 copy color: '#DD9594'

red 221 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #DD9594

Tints of Petite Orchid #DD9594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 42.66%
G = 28.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9594 (or 0xDD9594) is known color: Petite Orchid. HEX triplet: DD, 95 and 94. RGB value is (221,149,148). Sum of RGB (Red+Green+Blue) = 221+149+148=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9594 is #226A6B. Grayscale: #AAAAAA. Windows color (decimal): -2255468 or 9737693. OLE color: 9737693.

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

Color convert

RGB 221 149 148 -
CMYK 0 0.33 0.33 0.13
HSL 0.82º 0.52% 0.72% -
HSV(B) 0.82º 0.33% 0.87% -
XYZ 45.91 39.01 33.13 -
YUV 170.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 221 149 148 0 0.33 0.33 0.13 0.82 0.52 0.72
Hex DD 95 94 0 21 21 D 1 34 48
Octal 335 225 224 0 41 41 15 1 64 110
Binary 11011101 10010101 10010100 0 100001 100001 1101 1 110100 1001000

Color Harmonies of #DD9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9594

Black with #DD9594

Text Example


Text Example

White with #DD9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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