Html Css Color HEX #DD938E Petite Orchid

📋 copy color: '#DD938E'

red 221 ◦ green 147 ◦ blue 142

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

Shades of Petite Orchid #DD938E

Tints of Petite Orchid #DD938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 43.33%
G = 28.82%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD938E (or 0xDD938E) is known color: Petite Orchid. HEX triplet: DD, 93 and 8E. RGB value is (221,147,142). Sum of RGB (Red+Green+Blue) = 221+147+142=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD938E is #226C71. Grayscale: #A8A8A8. Windows color (decimal): -2255986 or 9343965. OLE color: 9343965.

HSL color Cylindrical-coordinate representation of color #DD938E: hue angle of 3.8º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD938E is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 142 -
CMYK 0 0.33 0.36 0.13
HSL 3.8º 0.54% 0.71% -
HSV(B) 3.8º 0.36% 0.87% -
XYZ 45.14 38.19 30.58 -
YUV 168.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 221 147 142 0 0.33 0.36 0.13 3.8 0.54 0.71
Hex DD 93 8E 0 21 24 D 4 36 47
Octal 335 223 216 0 41 44 15 4 66 107
Binary 11011101 10010011 10001110 0 100001 100100 1101 100 110110 1000111

Color Harmonies of #DD938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD938E

Black with #DD938E

Text Example


Text Example

White with #DD938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD938E; }

 p { color: rgb(221,147,142); }

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

background-color css

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

 a { background-color: rgb(221,147,142); }

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

border-color css

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

 span { border-color: rgb(221,147,142); }

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