Html Css Color HEX #DD918D Petite Orchid

📋 copy color: '#DD918D'

red 221 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #DD918D

Tints of Petite Orchid #DD918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.6%

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

R = 43.59%
G = 28.6%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD918D (or 0xDD918D) is known color: Petite Orchid. HEX triplet: DD, 91 and 8D. RGB value is (221,145,141). Sum of RGB (Red+Green+Blue) = 221+145+141=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD918D is #226E72. Grayscale: #A7A7A7. Windows color (decimal): -2256499 or 9277917. OLE color: 9277917.

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

Color convert

RGB 221 145 141 -
CMYK 0 0.34 0.36 0.13
HSL 0.54% 0.71% -
HSV(B) 0.36% 0.87% -
XYZ 44.75 37.55 30.09 -
YUV 167.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 221 145 141 0 0.34 0.36 0.13 3 0.54 0.71
Hex DD 91 8D 0 22 24 D 3 36 47
Octal 335 221 215 0 42 44 15 3 66 107
Binary 11011101 10010001 10001101 0 100010 100100 1101 11 110110 1000111

Color Harmonies of #DD918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD918D

Black with #DD918D

Text Example


Text Example

White with #DD918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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