Html Css Color HEX #DD928C Petite Orchid

📋 copy color: '#DD928C'

red 221 ◦ green 146 ◦ blue 140

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

Shades of Petite Orchid #DD928C

Tints of Petite Orchid #DD928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 43.59%
G = 28.8%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD928C (or 0xDD928C) is known color: Petite Orchid. HEX triplet: DD, 92 and 8C. RGB value is (221,146,140). Sum of RGB (Red+Green+Blue) = 221+146+140=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928C is #226D73. Grayscale: #A7A7A7. Windows color (decimal): -2256244 or 9212637. OLE color: 9212637.

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

Color convert

RGB 221 146 140 -
CMYK 0 0.34 0.37 0.13
HSL 4.44º 0.54% 0.71% -
HSV(B) 4.44º 0.37% 0.87% -
XYZ 44.83 37.82 29.75 -
YUV 167.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 221 146 140 0 0.34 0.37 0.13 4.44 0.54 0.71
Hex DD 92 8C 0 22 25 D 4 36 47
Octal 335 222 214 0 42 45 15 4 66 107
Binary 11011101 10010010 10001100 0 100010 100101 1101 100 110110 1000111

Color Harmonies of #DD928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD928C

Black with #DD928C

Text Example


Text Example

White with #DD928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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