Html Css Color HEX #DD928D Petite Orchid

📋 copy color: '#DD928D'

red 221 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #DD928D

Tints of Petite Orchid #DD928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.74%

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

R = 43.5%
G = 28.74%
B = 27.76%

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

#DD928D (or 0xDD928D) is known color: Petite Orchid. HEX triplet: DD, 92 and 8D. RGB value is (221,146,141). Sum of RGB (Red+Green+Blue) = 221+146+141=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928D is #226D72. Grayscale: #A7A7A7. Windows color (decimal): -2256243 or 9278173. OLE color: 9278173.

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

Color convert

RGB 221 146 141 -
CMYK 0 0.34 0.36 0.13
HSL 3.75º 0.54% 0.71% -
HSV(B) 3.75º 0.36% 0.87% -
XYZ 44.91 37.85 30.14 -
YUV 167.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 221 146 141 0 0.34 0.36 0.13 3.75 0.54 0.71
Hex DD 92 8D 0 22 24 D 4 36 47
Octal 335 222 215 0 42 44 15 4 66 107
Binary 11011101 10010010 10001101 0 100010 100100 1101 100 110110 1000111

Color Harmonies of #DD928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD928D

Black with #DD928D

Text Example


Text Example

White with #DD928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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