Html Css Color HEX #DD9694 Petite Orchid

📋 copy color: '#DD9694'

red 221 ◦ green 150 ◦ blue 148

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

Shades of Petite Orchid #DD9694

Tints of Petite Orchid #DD9694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 42.58%
G = 28.9%
B = 28.52%

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

#DD9694 (or 0xDD9694) is known color: Petite Orchid. HEX triplet: DD, 96 and 94. RGB value is (221,150,148). Sum of RGB (Red+Green+Blue) = 221+150+148=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9694 is #22696B. Grayscale: #ABABAB. Windows color (decimal): -2255212 or 9737949. OLE color: 9737949.

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

Color convert

RGB 221 150 148 -
CMYK 0 0.32 0.33 0.13
HSL 1.64º 0.52% 0.72% -
HSV(B) 1.64º 0.33% 0.87% -
XYZ 46.07 39.32 33.18 -
YUV 171 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 221 150 148 0 0.32 0.33 0.13 1.64 0.52 0.72
Hex DD 96 94 0 20 21 D 2 34 48
Octal 335 226 224 0 40 41 15 2 64 110
Binary 11011101 10010110 10010100 0 100000 100001 1101 10 110100 1001000

Color Harmonies of #DD9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9694

Black with #DD9694

Text Example


Text Example

White with #DD9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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