Html Css Color HEX #DD9692 Petite Orchid

📋 copy color: '#DD9692'

red 221 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #DD9692

Tints of Petite Orchid #DD9692

RGB

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

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

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

R = 42.75%
G = 29.01%
B = 28.24%

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

#DD9692 (or 0xDD9692) is known color: Petite Orchid. HEX triplet: DD, 96 and 92. RGB value is (221,150,146). Sum of RGB (Red+Green+Blue) = 221+150+146=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9692 is #22696D. Grayscale: #AAAAAA. Windows color (decimal): -2255214 or 9606877. OLE color: 9606877.

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

Color convert

RGB 221 150 146 -
CMYK 0 0.32 0.34 0.13
HSL 3.2º 0.52% 0.72% -
HSV(B) 3.2º 0.34% 0.87% -
XYZ 45.91 39.26 32.35 -
YUV 170.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 221 150 146 0 0.32 0.34 0.13 3.2 0.52 0.72
Hex DD 96 92 0 20 22 D 3 34 48
Octal 335 226 222 0 40 42 15 3 64 110
Binary 11011101 10010110 10010010 0 100000 100010 1101 11 110100 1001000

Color Harmonies of #DD9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9692

Black with #DD9692

Text Example


Text Example

White with #DD9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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