Html Css Color HEX #DC938B Petite Orchid

📋 copy color: '#DC938B'

red 220 ◦ green 147 ◦ blue 139

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

Shades of Petite Orchid #DC938B

Tints of Petite Orchid #DC938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 43.48%
G = 29.05%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC938B (or 0xDC938B) is known color: Petite Orchid. HEX triplet: DC, 93 and 8B. RGB value is (220,147,139). Sum of RGB (Red+Green+Blue) = 220+147+139=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938B is #236C74. Grayscale: #A8A8A8. Windows color (decimal): -2321525 or 9147356. OLE color: 9147356.

HSL color Cylindrical-coordinate representation of color #DC938B: hue angle of 5.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC938B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 139 -
CMYK 0 0.33 0.37 0.14
HSL 5.93º 0.54% 0.7% -
HSV(B) 5.93º 0.37% 0.86% -
XYZ 44.61 37.95 29.4 -
YUV 167.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 220 147 139 0 0.33 0.37 0.14 5.93 0.54 0.7
Hex DC 93 8B 0 21 25 E 6 36 46
Octal 334 223 213 0 41 45 16 6 66 106
Binary 11011100 10010011 10001011 0 100001 100101 1110 110 110110 1000110

Color Harmonies of #DC938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC938B

Black with #DC938B

Text Example


Text Example

White with #DC938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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