Html Css Color HEX #DD9993 Petite Orchid

📋 copy color: '#DD9993'

red 221 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #DD9993

Tints of Petite Orchid #DD9993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 42.42%
G = 29.37%
B = 28.21%

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

#DD9993 (or 0xDD9993) is known color: Petite Orchid. HEX triplet: DD, 99 and 93. RGB value is (221,153,147). Sum of RGB (Red+Green+Blue) = 221+153+147=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9993 is #22666C. Grayscale: #ACACAC. Windows color (decimal): -2254445 or 9673181. OLE color: 9673181.

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

Color convert

RGB 221 153 147 -
CMYK 0 0.31 0.33 0.13
HSL 4.86º 0.52% 0.72% -
HSV(B) 4.86º 0.33% 0.87% -
XYZ 46.48 40.26 32.93 -
YUV 172.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 221 153 147 0 0.31 0.33 0.13 4.86 0.52 0.72
Hex DD 99 93 0 1F 21 D 5 34 48
Octal 335 231 223 0 37 41 15 5 64 110
Binary 11011101 10011001 10010011 0 11111 100001 1101 101 110100 1001000

Color Harmonies of #DD9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9993

Black with #DD9993

Text Example


Text Example

White with #DD9993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9993; }

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

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

background-color css

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

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

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

border-color css

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

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

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