Html Css Color HEX #DD9795 Petite Orchid

📋 copy color: '#DD9795'

red 221 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #DD9795

Tints of Petite Orchid #DD9795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.98%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 42.42%
G = 28.98%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9795 (or 0xDD9795) is known color: Petite Orchid. HEX triplet: DD, 97 and 95. RGB value is (221,151,149). Sum of RGB (Red+Green+Blue) = 221+151+149=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9795 is #22686A. Grayscale: #ABABAB. Windows color (decimal): -2254955 or 9803741. OLE color: 9803741.

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

Color convert

RGB 221 151 149 -
CMYK 0 0.32 0.33 0.13
HSL 1.67º 0.51% 0.73% -
HSV(B) 1.67º 0.33% 0.87% -
XYZ 46.31 39.68 33.65 -
YUV 171.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 221 151 149 0 0.32 0.33 0.13 1.67 0.51 0.73
Hex DD 97 95 0 20 21 D 2 33 49
Octal 335 227 225 0 40 41 15 2 63 111
Binary 11011101 10010111 10010101 0 100000 100001 1101 10 110011 1001001

Color Harmonies of #DD9795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9795

Black with #DD9795

Text Example


Text Example

White with #DD9795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9795; }

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

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

background-color css

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

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

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

border-color css

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

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

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