Html Css Color HEX #DD9592 Petite Orchid

📋 copy color: '#DD9592'

red 221 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #DD9592

Tints of Petite Orchid #DD9592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 42.83%
G = 28.88%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD9592 (or 0xDD9592) is known color: Petite Orchid. HEX triplet: DD, 95 and 92. RGB value is (221,149,146). Sum of RGB (Red+Green+Blue) = 221+149+146=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9592 is #226A6D. Grayscale: #AAAAAA. Windows color (decimal): -2255470 or 9606621. OLE color: 9606621.

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

Color convert

RGB 221 149 146 -
CMYK 0 0.33 0.34 0.13
HSL 2.4º 0.52% 0.72% -
HSV(B) 2.4º 0.34% 0.87% -
XYZ 45.75 38.94 32.3 -
YUV 170.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 221 149 146 0 0.33 0.34 0.13 2.4 0.52 0.72
Hex DD 95 92 0 21 22 D 2 34 48
Octal 335 225 222 0 41 42 15 2 64 110
Binary 11011101 10010101 10010010 0 100001 100010 1101 10 110100 1001000

Color Harmonies of #DD9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9592

Black with #DD9592

Text Example


Text Example

White with #DD9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9592; }

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

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

background-color css

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

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

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

border-color css

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

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

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