Html Css Color HEX #DD9994 Petite Orchid

📋 copy color: '#DD9994'

red 221 ◦ green 153 ◦ blue 148

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

Shades of Petite Orchid #DD9994

Tints of Petite Orchid #DD9994

RGB

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

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

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

R = 42.34%
G = 29.31%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9994 (or 0xDD9994) is known color: Petite Orchid. HEX triplet: DD, 99 and 94. RGB value is (221,153,148). Sum of RGB (Red+Green+Blue) = 221+153+148=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9994 is #22666B. Grayscale: #ACACAC. Windows color (decimal): -2254444 or 9738717. OLE color: 9738717.

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

Color convert

RGB 221 153 148 -
CMYK 0 0.31 0.33 0.13
HSL 4.11º 0.52% 0.72% -
HSV(B) 4.11º 0.33% 0.87% -
XYZ 46.56 40.29 33.34 -
YUV 172.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 221 153 148 0 0.31 0.33 0.13 4.11 0.52 0.72
Hex DD 99 94 0 1F 21 D 4 34 48
Octal 335 231 224 0 37 41 15 4 64 110
Binary 11011101 10011001 10010100 0 11111 100001 1101 100 110100 1001000

Color Harmonies of #DD9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9994

Black with #DD9994

Text Example


Text Example

White with #DD9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9994; }

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

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

background-color css

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

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

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

border-color css

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

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

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