Html Css Color HEX #DD928F Petite Orchid

📋 copy color: '#DD928F'

red 221 ◦ green 146 ◦ blue 143

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

Shades of Petite Orchid #DD928F

Tints of Petite Orchid #DD928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 43.33%
G = 28.63%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD928F (or 0xDD928F) is known color: Petite Orchid. HEX triplet: DD, 92 and 8F. RGB value is (221,146,143). Sum of RGB (Red+Green+Blue) = 221+146+143=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928F is #226D70. Grayscale: #A8A8A8. Windows color (decimal): -2256241 or 9409245. OLE color: 9409245.

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

Color convert

RGB 221 146 143 -
CMYK 0 0.34 0.35 0.13
HSL 2.31º 0.53% 0.71% -
HSV(B) 2.31º 0.35% 0.87% -
XYZ 45.06 37.91 30.93 -
YUV 168.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 221 146 143 0 0.34 0.35 0.13 2.31 0.53 0.71
Hex DD 92 8F 0 22 23 D 2 35 47
Octal 335 222 217 0 42 43 15 2 65 107
Binary 11011101 10010010 10001111 0 100010 100011 1101 10 110101 1000111

Color Harmonies of #DD928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD928F

Black with #DD928F

Text Example


Text Example

White with #DD928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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