Html Css Color HEX #DC928D Petite Orchid

📋 copy color: '#DC928D'

red 220 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #DC928D

Tints of Petite Orchid #DC928D

RGB

 RED value IS 220 (86.33% from 255) = 43.39%

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

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

R = 43.39%
G = 28.8%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC928D (or 0xDC928D) is known color: Petite Orchid. HEX triplet: DC, 92 and 8D. RGB value is (220,146,141). Sum of RGB (Red+Green+Blue) = 220+146+141=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC928D is #236D72. Grayscale: #A7A7A7. Windows color (decimal): -2321779 or 9278172. OLE color: 9278172.

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

Color convert

RGB 220 146 141 -
CMYK 0 0.34 0.36 0.14
HSL 3.8º 0.53% 0.71% -
HSV(B) 3.8º 0.36% 0.86% -
XYZ 44.6 37.7 30.12 -
YUV 167.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 220 146 141 0 0.34 0.36 0.14 3.8 0.53 0.71
Hex DC 92 8D 0 22 24 E 4 35 47
Octal 334 222 215 0 42 44 16 4 65 107
Binary 11011100 10010010 10001101 0 100010 100100 1110 100 110101 1000111

Color Harmonies of #DC928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC928D

Black with #DC928D

Text Example


Text Example

White with #DC928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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