Html Css Color HEX #DD9691 Petite Orchid

📋 copy color: '#DD9691'

red 221 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #DD9691

Tints of Petite Orchid #DD9691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 42.83%
G = 29.07%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD9691 (or 0xDD9691) is known color: Petite Orchid. HEX triplet: DD, 96 and 91. RGB value is (221,150,145). Sum of RGB (Red+Green+Blue) = 221+150+145=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9691 is #22696E. Grayscale: #AAAAAA. Windows color (decimal): -2255215 or 9541341. OLE color: 9541341.

HSL color Cylindrical-coordinate representation of color #DD9691: hue angle of 3.95º degrees, saturation: 0.53, 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 #DD9691 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 150 145 -
CMYK 0 0.32 0.34 0.13
HSL 3.95º 0.53% 0.72% -
HSV(B) 3.95º 0.34% 0.87% -
XYZ 45.84 39.23 31.94 -
YUV 170.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 221 150 145 0 0.32 0.34 0.13 3.95 0.53 0.72
Hex DD 96 91 0 20 22 D 4 35 48
Octal 335 226 221 0 40 42 15 4 65 110
Binary 11011101 10010110 10010001 0 100000 100010 1101 100 110101 1001000

Color Harmonies of #DD9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9691

Black with #DD9691

Text Example


Text Example

White with #DD9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9691; }

 p { color: rgb(221,150,145); }

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

background-color css

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

 a { background-color: rgb(221,150,145); }

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

border-color css

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

 span { border-color: rgb(221,150,145); }

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