Html Css Color HEX #DD938D Petite Orchid

📋 copy color: '#DD938D'

red 221 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #DD938D

Tints of Petite Orchid #DD938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 43.42%
G = 28.88%
B = 27.7%

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

#DD938D (or 0xDD938D) is known color: Petite Orchid. HEX triplet: DD, 93 and 8D. RGB value is (221,147,141). Sum of RGB (Red+Green+Blue) = 221+147+141=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD938D is #226C72. Grayscale: #A8A8A8. Windows color (decimal): -2255987 or 9278429. OLE color: 9278429.

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

Color convert

RGB 221 147 141 -
CMYK 0 0.33 0.36 0.13
HSL 4.5º 0.54% 0.71% -
HSV(B) 4.5º 0.36% 0.87% -
XYZ 45.06 38.16 30.19 -
YUV 168.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 221 147 141 0 0.33 0.36 0.13 4.5 0.54 0.71
Hex DD 93 8D 0 21 24 D 4 36 47
Octal 335 223 215 0 41 44 15 4 66 107
Binary 11011101 10010011 10001101 0 100001 100100 1101 100 110110 1000111

Color Harmonies of #DD938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD938D

Black with #DD938D

Text Example


Text Example

White with #DD938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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