Html Css Color HEX #DD9C94 Petite Orchid

📋 copy color: '#DD9C94'

red 221 ◦ green 156 ◦ blue 148

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

Shades of Petite Orchid #DD9C94

Tints of Petite Orchid #DD9C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.71%

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

R = 42.1%
G = 29.71%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9C94 (or 0xDD9C94) is known color: Petite Orchid. HEX triplet: DD, 9C and 94. RGB value is (221,156,148). Sum of RGB (Red+Green+Blue) = 221+156+148=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C94 is #22636B. Grayscale: #AEAEAE. Windows color (decimal): -2253676 or 9739485. OLE color: 9739485.

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

Color convert

RGB 221 156 148 -
CMYK 0 0.29 0.33 0.13
HSL 6.58º 0.52% 0.72% -
HSV(B) 6.58º 0.33% 0.87% -
XYZ 47.05 41.29 33.51 -
YUV 174.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 221 156 148 0 0.29 0.33 0.13 6.58 0.52 0.72
Hex DD 9C 94 0 1D 21 D 7 34 48
Octal 335 234 224 0 35 41 15 7 64 110
Binary 11011101 10011100 10010100 0 11101 100001 1101 111 110100 1001000

Color Harmonies of #DD9C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C94

Black with #DD9C94

Text Example


Text Example

White with #DD9C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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