Html Css Color HEX #DD9A94 Petite Orchid

📋 copy color: '#DD9A94'

red 221 ◦ green 154 ◦ blue 148

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

Shades of Petite Orchid #DD9A94

Tints of Petite Orchid #DD9A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.45%

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

R = 42.26%
G = 29.45%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9A94 (or 0xDD9A94) is known color: Petite Orchid. HEX triplet: DD, 9A and 94. RGB value is (221,154,148). Sum of RGB (Red+Green+Blue) = 221+154+148=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A94 is #22656B. Grayscale: #ADADAD. Windows color (decimal): -2254188 or 9738973. OLE color: 9738973.

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

Color convert

RGB 221 154 148 -
CMYK 0 0.30 0.33 0.13
HSL 4.93º 0.52% 0.72% -
HSV(B) 4.93º 0.33% 0.87% -
XYZ 46.72 40.62 33.4 -
YUV 173.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 221 154 148 0 0.30 0.33 0.13 4.93 0.52 0.72
Hex DD 9A 94 0 1E 21 D 5 34 48
Octal 335 232 224 0 36 41 15 5 64 110
Binary 11011101 10011010 10010100 0 11110 100001 1101 101 110100 1001000

Color Harmonies of #DD9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A94

Black with #DD9A94

Text Example


Text Example

White with #DD9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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