Html Css Color HEX #DD9493 Petite Orchid

📋 copy color: '#DD9493'

red 221 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #DD9493

Tints of Petite Orchid #DD9493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 42.83%
G = 28.68%
B = 28.49%

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

#DD9493 (or 0xDD9493) is known color: Petite Orchid. HEX triplet: DD, 94 and 93. RGB value is (221,148,147). Sum of RGB (Red+Green+Blue) = 221+148+147=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9493 is #226B6C. Grayscale: #A9A9A9. Windows color (decimal): -2255725 or 9671901. OLE color: 9671901.

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

Color convert

RGB 221 148 147 -
CMYK 0 0.33 0.33 0.13
HSL 0.81º 0.52% 0.72% -
HSV(B) 0.81º 0.33% 0.87% -
XYZ 45.68 38.66 32.66 -
YUV 169.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 221 148 147 0 0.33 0.33 0.13 0.81 0.52 0.72
Hex DD 94 93 0 21 21 D 1 34 48
Octal 335 224 223 0 41 41 15 1 64 110
Binary 11011101 10010100 10010011 0 100001 100001 1101 1 110100 1001000

Color Harmonies of #DD9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9493

Black with #DD9493

Text Example


Text Example

White with #DD9493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9493; }

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

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

background-color css

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

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

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

border-color css

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

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

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