Html Css Color HEX #DC8D8D Petite Orchid

📋 copy color: '#DC8D8D'

red 220 ◦ green 141 ◦ blue 141

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

Shades of Petite Orchid #DC8D8D

Tints of Petite Orchid #DC8D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

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

R = 43.82%
G = 28.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC8D8D (or 0xDC8D8D) is known color: Petite Orchid. HEX triplet: DC, 8D and 8D. RGB value is (220,141,141). Sum of RGB (Red+Green+Blue) = 220+141+141=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8D8D is #237272. Grayscale: #A4A4A4. Windows color (decimal): -2323059 or 9276892. OLE color: 9276892.

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

Color convert

RGB 220 141 141 -
CMYK 0 0.36 0.36 0.14
HSL 0.53% 0.71% -
HSV(B) 0.36% 0.86% -
XYZ 43.85 36.19 29.87 -
YUV 164.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 220 141 141 0 0.36 0.36 0.14 0 0.53 0.71
Hex DC 8D 8D 0 24 24 E 0 35 47
Octal 334 215 215 0 44 44 16 0 65 107
Binary 11011100 10001101 10001101 0 100100 100100 1110 0 110101 1000111

Color Harmonies of #DC8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D8D

Black with #DC8D8D

Text Example


Text Example

White with #DC8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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