Html Css Color HEX #DC938D Petite Orchid

📋 copy color: '#DC938D'

red 220 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #DC938D

Tints of Petite Orchid #DC938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.94%

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

R = 43.31%
G = 28.94%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC938D (or 0xDC938D) is known color: Petite Orchid. HEX triplet: DC, 93 and 8D. RGB value is (220,147,141). Sum of RGB (Red+Green+Blue) = 220+147+141=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938D is #236C72. Grayscale: #A8A8A8. Windows color (decimal): -2321523 or 9278428. OLE color: 9278428.

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

Color convert

RGB 220 147 141 -
CMYK 0 0.33 0.36 0.14
HSL 4.56º 0.53% 0.71% -
HSV(B) 4.56º 0.36% 0.86% -
XYZ 44.76 38.01 30.18 -
YUV 168.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 220 147 141 0 0.33 0.36 0.14 4.56 0.53 0.71
Hex DC 93 8D 0 21 24 E 5 35 47
Octal 334 223 215 0 41 44 16 5 65 107
Binary 11011100 10010011 10001101 0 100001 100100 1110 101 110101 1000111

Color Harmonies of #DC938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC938D

Black with #DC938D

Text Example


Text Example

White with #DC938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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